Home | History | Annotate | Download | only in Linux
      1 set(LLVM_NO_RTTI 1)
      2 
      3 add_lldb_library(lldbPluginPlatformLinux
      4   PlatformLinux.cpp
      5   )
      6