This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-17 06:33:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79219 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 01:41:46 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68912 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-12 20:47:23 +00:00
add_llvm_example
(
Kaleidoscope
t
o
y
.
c
p
p
)
Reference in New Issue
Copy Permalink