[PATCH] D76733: New symbolizer option to print files relative to the compilation directory.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 15:51:52 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp:80
+// -relativenames
+static cl::opt<bool>
----------------
Double-dashed `--relativenames` may be better (and is the one in the documentation and --help output)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76733/new/
https://reviews.llvm.org/D76733
More information about the llvm-commits
mailing list