[PATCH] D57443: [llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify (#1)

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 30 03:25:20 PST 2019


jhenderson created this revision.
jhenderson added reviewers: dblaikie, ruiu, MaskRay.

This is the second of a series of patches relating to simplifying llvm-symbolizer tests. See D57441 <https://reviews.llvm.org/D57441> for the first. In this one, I have split out 5 distinct test cases from the llvm-symbolizer.test test into separate tests, and simplified them slightly by using --obj/positional arguments for the input file and addresses instead of stdin.

See PR40070 comment 1 <https://bugs.llvm.org/show_bug.cgi?id=40070#c1> onwards for the motivation.


Repository:
  rL LLVM

https://reviews.llvm.org/D57443

Files:
  test/DebugInfo/arange-overlap.test
  test/DebugInfo/cross-cu-inlining.test
  test/DebugInfo/gcc-local-mem-func.test
  test/DebugInfo/high-pc-constant.test
  test/DebugInfo/llvm-symbolizer.test
  test/DebugInfo/symbolize-stripped.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57443.184271.patch
Type: text/x-patch
Size: 4998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190130/0e79b2ae/attachment.bin>


More information about the llvm-commits mailing list