llvm-6502/cmake
Oscar Fuentes 23f0bfeda9 Fixed the build of Clang's unit tests on MinGW. Also removed some
unnecesary conditionals and introduced a new convenience function.

The problem was that the list of libraries for Clang's unit tests was
<clang libraries> <system libraries> <llvm libraries>. As the llvm
libraries references symbols defined on the system libraries, those
were reported as undefined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128484 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-29 20:51:08 +00:00
..
modules Fixed the build of Clang's unit tests on MinGW. Also removed some 2011-03-29 20:51:08 +00:00
config-ix.cmake Supports building with a list of targets that does not contain 2011-03-23 17:42:13 +00:00
README

See docs/CMake.html for instructions on how to build LLVM with CMake.