You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
23720cc66c
- generate-vers.pl has to be called by cmake to generate the version number - parallel builds not yet supported; dependency on clang must be explicitly specified Tested on Linux. - Building on Mac will require code-signing logic to be implemented. - Building on Windows will require OS-detection logic and some selective directory inclusion Thanks to Carlo Kok (who originally prepared these CMakefiles for Windows) and Ben Langmuir who ported them to Linux! llvm-svn: 175795
6 lines
89 B
CMake
6 lines
89 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_lldb_library(lldbPluginOSPython
|
|
OperatingSystemPython.cpp
|
|
)
|