1set(LLVM_NO_RTTI 1)
2
3add_lldb_library(lldbPluginObjectFileELF
4  ELFHeader.cpp
5  ObjectFileELF.cpp
6  )
7