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
2024-11-15 20:06:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
88fc697b7c
llvm-6502
/
examples
/
Kaleidoscope
/
Chapter3
/
CMakeLists.txt
6 lines
80 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113819 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-13 23:59:48 +00:00
set
(
LLVM_LINK_COMPONENTS
core
)
Add examples for Kaleidoscope chapters 2 through 6. Conflicts: examples/Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82574 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-22 21:15:19 +00:00
add_llvm_example
(
Kaleidoscope-Ch3
t
o
y
.
c
p
p
)
Reference in New Issue
Copy Permalink