[PATCH] D127613: New test case to make sure DW_AT_high_pc convert to DW_AT_ranges correctly in Dwarf 3
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 12:32:48 PDT 2022
ayermolo added a comment.
For title maybe something like
[BOLT][DWARF] Add Unit test for DW_AT_high_pc [DW_FORM_addr]
================
Comment at: bolt/test/X86/dwarf3-lowpc-highpc-convert.s:10
+# RUN: cat %t.txt | FileCheck --check-prefix=POSTCHECK %s
+
+# PRECHECK: version = 0x0003
----------------
Please add description of what this tests for.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127613/new/
https://reviews.llvm.org/D127613
More information about the llvm-commits
mailing list