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
344eee9227
llvm-project
/
llvm
/
examples
/
Kaleidoscope
/
Chapter3
/
CMakeLists.txt
9 lines
103 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
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: Add Kaleidoscope target llvm-svn: 225318
2015-01-07 07:39:37 +08:00
add_kaleidoscope_chapter
(
Kaleidoscope-Ch3
Add examples for Kaleidoscope chapters 2 through 6. Conflicts: examples/Makefile llvm-svn: 82574
2009-09-23 05:15:19 +08:00
t
o
y
.
c
p
p
)