mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
15587b485b
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
176 B
CMake
15 lines
176 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
ExecutionEngine
|
|
InstCombine
|
|
MCJIT
|
|
ScalarOpts
|
|
Support
|
|
native
|
|
)
|
|
|
|
add_kaleidoscope_chapter(Kaleidoscope-Ch6
|
|
toy.cpp
|
|
)
|