[PATCH] D91678: Symbolizer test for Basic block sections
Sriraman Tallam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 21:09:37 PST 2021
tmsriram updated this revision to Diff 315293.
tmsriram added a comment.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Change to use assembly rather than check the binary in.
I generated the .s file and then manually reordered the sections so that the basic blocks are discontiguous. I then removed the section directive so that they are in one section and can be symbolized using offsets.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91678/new/
https://reviews.llvm.org/D91678
Files:
llvm/test/DebugInfo/Inputs/llvm-symbolizer-bbsections-test.s
llvm/test/DebugInfo/symbolize-bbsections.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91678.315293.patch
Type: text/x-patch
Size: 23351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/a74e714c/attachment-0001.bin>
More information about the llvm-commits
mailing list