mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
c182476974
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225318 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
181 B
CMake
16 lines
181 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
ExecutionEngine
|
|
InstCombine
|
|
MC
|
|
ScalarOpts
|
|
Support
|
|
native
|
|
mcjit
|
|
)
|
|
|
|
add_kaleidoscope_chapter(Kaleidoscope-Ch5
|
|
toy.cpp
|
|
)
|