summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ExceptionDemo/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi2015-08-271-4/+4
* Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi2015-03-311-1/+1
* llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi2015-03-311-0/+2
* llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi2015-03-311-0/+1
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* [CMake] llvm/examples: Update libdeps for unoptimized builds.NAKAMURA Takumi2014-10-311-0/+1
* Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew2014-07-221-0/+2
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+8
* Port ExceptionDemo to MCJIT.Rafael Espindola2013-05-051-1/+1
* The exception demo needs its symbols exported.Rafael Espindola2013-04-261-0/+2
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+2
* Adds a JIT based exception handling example to the examples directory. Garrison Venn2010-02-091-0/+5
OpenPOWER on IntegriCloud