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
362654f51c
llvm-project
/
llvm
/
examples
/
Kaleidoscope
/
CMakeLists.txt
6 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
CMake: LLVMConfig assigns LLVMX86 to the `native' component name. Updated LLVM_LINK_COMPONENTS of Kaleidoscope. llvm-svn: 79219
2009-08-17 09:41:46 +08:00
set
(
LLVM_LINK_COMPONENTS
core
jit
interpreter
native
)
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice if an API change causes it to be out of date. The code is copied out of LangImpl7.html. llvm-svn: 68912
2009-04-13 04:47:23 +08:00
add_llvm_example
(
Kaleidoscope
t
o
y
.
c
p
p
)