1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/cmake
Chandler Carruth 0def3927a9 Remove one of the LLVM-specific CMake hacks in favor of standard CMake
facilities.

This was only used in one place in LLVM, and was used pervasively (but
with different code!) in Clang. It has no advantages over the standard
CMake facilities and in some cases disadvantages.

llvm-svn: 158889
2012-06-21 01:35:09 +00:00
..
modules Remove one of the LLVM-specific CMake hacks in favor of standard CMake 2012-06-21 01:35:09 +00:00
config-ix.cmake [build] Add build check for ::arc4random(). 2012-05-05 16:36:16 +00:00
README

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