[PATCH] D60190: [llvm-symbolizer] Add `--output-style` switch.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 04:55:54 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, with one comment. Feel free to ignore the comment, if you feel strongly about using the existing input file.



================
Comment at: test/tools/llvm-symbolizer/output-style.test:1
+RUN: llvm-symbolizer -e %p/Inputs/addr.exe < %p/Inputs/addr.inp \
+RUN:   | FileCheck %s --check-prefix=LLVM
----------------
Could you put the addresses explicitly here instead of piping from a file?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60190





More information about the llvm-commits mailing list