Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 01bb86c4f8c67a86d3ee18f4805cdc7d > files > 1486

libllvm-devel-8.0.0-1.1.mga7.armv7hl.rpm

set(LLVM_LINK_COMPONENTS
  Core
  ExecutionEngine
  MC
  MCJIT
  RuntimeDyld
  Support
  Target
  nativecodegen
  )

# Enable EH and RTTI for this demo
if(NOT LLVM_ENABLE_EH)
  message(FATAL_ERROR "ExceptionDemo must require EH.")
endif()

add_llvm_example(ExceptionDemo
  ExceptionDemo.cpp
  )

export_executable_symbols(ExceptionDemo)