[all-commits] [llvm/llvm-project] 7abfaa: [lldb] Define LLDB_VERSION_PATCH correctly
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Fri Apr 29 10:31:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7abfaa0a815a37ef6abd3ad7eb169007bdc36619
https://github.com/llvm/llvm-project/commit/7abfaa0a815a37ef6abd3ad7eb169007bdc36619
Author: Dimitry Andric <dimitry at andric.com>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M lldb/include/lldb/Version/Version.inc.in
M llvm/utils/gn/secondary/lldb/include/lldb/Version/BUILD.gn
Log Message:
-----------
[lldb] Define LLDB_VERSION_PATCH correctly
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.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D124672
More information about the All-commits
mailing list