This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
2fd83355a8
llvm-project
/
llvm
/
tools
/
llvm-nm
/
CMakeLists.txt
11 lines
108 B
CMake
Raw
Normal View
History
Unescape
Escape
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. llvm-svn: 196908
2013-12-10 19:13:32 +08:00
set
(
LLVM_LINK_COMPONENTS
B
i
t
R
e
a
d
e
r
C
o
r
e
O
b
j
e
c
t
S
u
p
p
o
r
t
)
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
2010-09-14 07:59:48 +08:00
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
add_llvm_tool
(
llvm-nm
l
l
v
m
-
n
m
.
c
p
p
)