[Lldb-commits] [PATCH] D88939: [lldb] Remove unused code in GetVersion (NFC)
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 6 19:16:19 PDT 2020
kastiglione added inline comments.
================
Comment at: lldb/source/lldb.cpp:22
#ifdef LLDB_REVISION
return LLDB_REVISION;
#else
----------------
this won't expand to a string as is, does this indicate it's unused?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88939/new/
https://reviews.llvm.org/D88939
More information about the lldb-commits
mailing list