[all-commits] [llvm/llvm-project] 10b5cd: [LLDB] Fix inline variable only used in assertion....
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Oct 25 15:47:26 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10b5cd8ed5272d135ac75a94d3cf5854a0912f84
https://github.com/llvm/llvm-project/commit/10b5cd8ed5272d135ac75a94d3cf5854a0912f84
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
Log Message:
-----------
[LLDB] Fix inline variable only used in assertion. (NFC)
This prevents unused variable warning/error in -DNDEBUG builds. The
variable was introduced in 5934cd11ea3e.
Patch by: Shu-Chun Weng
Differential revision: https://reviews.llvm.org/D69451
More information about the All-commits
mailing list