1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/cmake
Oscar Fuentes 184f5d0911 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.

llvm-svn: 123119
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.