1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

llvm/examples: Suppress building a few JIT examples.

examples/ExceptionDemo/CMakeFiles/ExceptionDemo.dir/ExceptionDemo.cpp.o:(.data.rel.ro._ZTIN4llvm18MCJITMemoryManagerE[_ZTIN4llvm18MCJITMemoryManagerE]+0x10): undefined reference to `typeinfo for llvm::RuntimeDyld::MemoryManager'

llvm-svn: 233647
This commit is contained in:
NAKAMURA Takumi 2015-03-31 00:03:43 +00:00
parent 3206497304
commit 2ecb007a86
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@ set(LLVM_LINK_COMPONENTS
set(LLVM_REQUIRES_EH 1)
set(LLVM_REQUIRES_RTTI 1)
set(EXCLUDE_FROM_ALL ON)
add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
)

View File

@ -13,6 +13,8 @@ set(LLVM_LINK_COMPONENTS
set(LLVM_REQUIRES_RTTI 1)
set(EXCLUDE_FROM_ALL ON)
add_kaleidoscope_chapter(Kaleidoscope-Ch7
toy.cpp
)

View File

@ -9,6 +9,8 @@ set(LLVM_LINK_COMPONENTS
set(LLVM_REQUIRES_RTTI 1)
set(EXCLUDE_FROM_ALL ON)
add_kaleidoscope_chapter(Kaleidoscope-Ch8
toy.cpp
)