1set(LLVM_NO_RTTI 1)
2
3add_lldb_library(lldbPluginObjectContainerBSDArchive
4  ObjectContainerBSDArchive.cpp
5  )
6