This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-15 07:59:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2b7f219051
llvm
/
runtime
/
CMakeLists.txt
6 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Honor LLVM_BUILD_RUNTIME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130199 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-26 14:55:27 +00:00
if
(
NOT
LLVM_BUILD_RUNTIME
)
set
(
EXCLUDE_FROM_ALL
ON
)
endif
(
)
Add cmakefiles to build profile_rt.so! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130191 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-26 05:48:41 +00:00
add_subdirectory
(
libprofile
)
Reference in New Issue
Copy Permalink