[PATCH] D127613: [BOLT][DWARF] Add Unit test for DW_AT_high_pc [DW_FORM_addr]

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 11:22:18 PDT 2022


ayermolo added inline comments.


================
Comment at: bolt/test/X86/dwarf3-lowpc-highpc-convert.s:3
+
+# RUN: llvm-mc -dwarf-version=3 -filetype=obj -triple x86_64-unknown-linux %s -o %t1.o
+# RUN: %clang %cflags -dwarf-3 %t1.o -o %t.exe -Wl,-q
----------------
can you change all options to double dashes?


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