mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
15ce777898
It didn't work with "install". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233708 91177308-0d34-0410-b5e6-96231b3b80d8
21 lines
264 B
CMake
21 lines
264 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
ExecutionEngine
|
|
InstCombine
|
|
MCJIT
|
|
RuntimeDyld
|
|
ScalarOpts
|
|
Support
|
|
TransformUtils
|
|
native
|
|
)
|
|
|
|
set(LLVM_REQUIRES_RTTI 1)
|
|
|
|
set(LLVM_BUILD_EXAMPLES OFF)
|
|
|
|
add_kaleidoscope_chapter(Kaleidoscope-Ch7
|
|
toy.cpp
|
|
)
|