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
3e0e6e75d7
llvm-project
/
llvm
/
examples
/
ModuleMaker
/
CMakeLists.txt
10 lines
110 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
W
r
i
t
e
r
C
o
r
e
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
CMake: Builds all examples. Corrected name of CBackend target. llvm-svn: 56682
2008-09-27 03:48:03 +08:00
add_llvm_example
(
ModuleMaker
M
o
d
u
l
e
M
a
k
e
r
.
c
p
p
)