1set(LLVM_NO_RTTI 1)
2
3add_lldb_library(lldbPluginInstructionARM
4  EmulateInstructionARM.cpp
5  EmulationStateARM.cpp
6  )
7