mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
6dd9e8563b
examples/ExceptionDemo/CMakeFiles/ExceptionDemo.dir/ExceptionDemo.cpp.o:(.data.rel.ro._ZTIN4llvm18MCJITMemoryManagerE[_ZTIN4llvm18MCJITMemoryManagerE]+0x10): undefined reference to `typeinfo for llvm::RuntimeDyld::MemoryManager' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233647 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
205 B
CMake
17 lines
205 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
MCJIT
|
|
RuntimeDyld
|
|
Support
|
|
native
|
|
)
|
|
|
|
set(LLVM_REQUIRES_RTTI 1)
|
|
|
|
set(EXCLUDE_FROM_ALL ON)
|
|
|
|
add_kaleidoscope_chapter(Kaleidoscope-Ch8
|
|
toy.cpp
|
|
)
|