This commit creates a Python script that fixes up the versioning information in lldb-defines.h. It also moves the build logic for fixing up the lldb headers from being in the framework only to being in the same location that we create the liblldb target.
8 lines
275 B
C
8 lines
275 B
C
// This is a truncated version of lldb-defines.h used to test the script
|
|
// that fixes up its versioning info.
|
|
|
|
// The script needs to uncomment these lines and populate the info for versioning.
|
|
// #define LLDB_VERSION
|
|
// #define LLDB_REVISION
|
|
// #define LLDB_VERSION_STRING
|