In commit ccf1469a4cdb lldb got its own generated Version.inc file, with
LLDB_VERSION macros. However, it used LLDB_VERSION_PATCHLEVEL
instead of the actually correct LLDB_VERSION_PATCH. Correct this.
Details
Details
- Reviewers
JDevlieghere labath - Commits
- rG7abfaa0a815a: [lldb] Define LLDB_VERSION_PATCH correctly
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Good catch. Seems like there's another reference to this in llvm/utils/gn/secondary/lldb/include/lldb/Version/BUILD.gn but otherwise LGTM.