[PATCH] D69546: [SanitizerCommon] Print the current value of options when printing out help.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 11:13:39 PST 2019
delcypher marked an inline comment as done.
delcypher added inline comments.
================
Comment at: compiler-rt/test/sanitizer_common/TestCases/options-help.cpp:5
int main() {
}
----------------
yln wrote:
> I think we dropped the test for truncation?
Yes. I've made the buffer much larger which makes testing truncation a little trickier so I just dropped it. I could add it back but I think I'll have to set the option via code rather than an environment variable because I don't think windows likes long command lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69546/new/
https://reviews.llvm.org/D69546
More information about the llvm-commits
mailing list