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'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-03-31 00:03:43 +00:00
parent d5285ead92
commit 6dd9e8563b
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
)