1set(LLVM_NO_RTTI 1)
2
3add_lldb_library(lldbPluginObjectFilePECOFF
4  ObjectFilePECOFF.cpp
5  )
6