[PATCH] D57046: [llvm-symbolizer] Allow single letter command flags grouping.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 07:58:31 PST 2019


jhenderson added inline comments.


================
Comment at: test/tools/llvm-symbolizer/flag-grouping.test:4
+CHECK: some text
+CHECK: {{[0x]+}}40054d: inctwo at {{[/\]+}}tmp{{[/\]+}}x.c:3:3
+CHECK:  (inlined by) inc at {{[/\]+}}tmp{{[/\]+}}x.c:7:0
----------------
Oops,  I didn't look closely enough at the test. The start of the check here is unnecessarily complicated. It can just be:

`CHECK: 0x40054d: inctwo` etc.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57046/new/

https://reviews.llvm.org/D57046





More information about the llvm-commits mailing list