[PATCH] D60770: [llvm-symbolizer] Make the output with `-output-style=GNU` closer to addr2line's
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 03:24:43 PDT 2019
jhenderson added inline comments.
================
Comment at: test/tools/llvm-symbolizer/output-style-inlined.test:17
+LLVM: main
+GNU: inctwo
----------------
rupprecht wrote:
> Additionally, `GNU-NOT: main`?
Better would be to use `--implicit-check-not=main` (to avoid ordering issues).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60770/new/
https://reviews.llvm.org/D60770
More information about the llvm-commits
mailing list