xref
: /
llvm-project-15.0.7
/
lldb
/
source
/
Plugins
/
OperatingSystem
/
Python
/
CMakeLists.txt
(revision 984e1df7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set(LLVM_NO_RTTI 1)
2
3
add_lldb_library(lldbPluginOSPython
4
OperatingSystemPython.cpp
5
)
6