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
824fd1dcff
llvm-project
/
llvm
/
examples
/
Kaleidoscope
/
Chapter6
/
CMakeLists.txt
6 lines
103 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 llvm-svn: 113819
2010-09-14 07:59:48 +08:00
set
(
LLVM_LINK_COMPONENTS
core
jit
interpreter
native
)
Add examples for Kaleidoscope chapters 2 through 6. Conflicts: examples/Makefile llvm-svn: 82574
2009-09-23 05:15:19 +08:00
add_llvm_example
(
Kaleidoscope-Ch6
t
o
y
.
c
p
p
)