This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-13 06:39:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e7ff165a40
llvm
/
tools
/
llvm-prof
/
CMakeLists.txt
6 lines
90 B
CMake
Raw
Normal View
History
Unescape
Escape
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113819 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-13 23:59:48 +00:00
set
(
LLVM_LINK_COMPONENTS
bitreader
analysis
)
Initial support for the CMake build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-22 01:08:49 +00:00
add_llvm_tool
(
llvm-prof
l
l
v
m
-
p
r
o
f
.
c
p
p
)
Reference in New Issue
Copy Permalink