This adds a new test checking llvm-symbolizer with an object built with basic block...
authorSriraman Tallam <tmsriram@google.com>
Sat, 9 Jan 2021 05:52:34 +0000 (21:52 -0800)
committerSriraman Tallam <tmsriram@google.com>
Sat, 9 Jan 2021 06:12:36 +0000 (22:12 -0800)
commit1816de08232673e97ec41287ad3f6494bceaec43
tree04a3ba4da6ad46981ea7c10d7bee6a295b81c9d7
parent33c8e16f660de9bbe177c1bf821063c146278d8e
This adds a new test checking llvm-symbolizer with an object built with basic block sections.

Build a object with -fbasic-block-sections and reorder the basic blocks to be
non-contiguous. Then check if llvm-symbolizer correctly reports the symbolized
addresses. Included the source to build the object with command lines.

Differential Revision: https://reviews.llvm.org/D91678
llvm/test/DebugInfo/llvm-symbolizer-bbsections-test.s [new file with mode: 0644]