This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ef68ecdecc
llvm-mirror
/
runtime
/
CMakeLists.txt
6 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Honor LLVM_BUILD_RUNTIME. llvm-svn: 130199
2011-04-26 16:55:27 +02:00
if
(
NOT
LLVM_BUILD_RUNTIME
)
set
(
EXCLUDE_FROM_ALL
ON
)
endif
(
)
Add cmakefiles to build profile_rt.so! llvm-svn: 130191
2011-04-26 07:48:41 +02:00
add_subdirectory
(
libprofile
)
Reference in New Issue
Copy Permalink