[Lldb-commits] [PATCH] D60862: [CMake] Allow custom extensions for externalized debug info
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 18 08:49:41 PDT 2019
sgraenitz added a comment.
In D60862#1471755 <https://reviews.llvm.org/D60862#1471755>, @friss wrote:
> Actually, thinking more about this, how do you use it? LLVM_EXTERNALIZE_DEBUGINFO_EXTENSION is a global but this would be different per target.
It can be set in the scope of the `add_lldb_library` call as in the matching LLDB patch https://reviews.llvm.org/D60863
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60862/new/
https://reviews.llvm.org/D60862
More information about the lldb-commits
mailing list