llvm-6502/cmake
Oscar Fuentes 2c5e0b8b98 Rewrite handling of LLVM_ENABLE_PIC. It was being processed after
config.h was generated, so it had no effect on it.

Thanks to arrowdodger for pointing out this and a tentative patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123119 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-09 14:34:39 +00:00
..
modules Don't use -O3 on Mingw, as people report it as unreliable. Use -O2 2011-01-07 20:31:03 +00:00
config-ix.cmake Rewrite handling of LLVM_ENABLE_PIC. It was being processed after 2011-01-09 14:34:39 +00:00
README CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00

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