[Lldb-commits] [PATCH] D76569: Convert CommandObjectCommands functions to return StringRefs
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 23 09:15:09 PDT 2020
jankratochvil added a comment.
In D76569#1936796 <https://reviews.llvm.org/D76569#1936796>, @shivammittal99 wrote:
> How do I do that? This is my first PR to llvm, so I am not aware of the tools. Please bear with me.
No big deal, just compile it with `-DLLVM_USE_SANITIZER=Address` as you have already done above and run `./bin/lldb` to test the code changed in this patch. Thanks for this work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76569/new/
https://reviews.llvm.org/D76569
More information about the lldb-commits
mailing list