[PATCH] D128232: [BOLT][DWARF] Support mix mode DWARF
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 18:00:04 PDT 2022
maksfb accepted this revision.
maksfb added inline comments.
This revision is now accepted and ready to land.
================
Comment at: bolt/test/X86/dwarf5-dwarf4-monolithic.test:8
+# RUN: %clang %cflags -dwarf-5 %tmain.o %t0.o %t1.o %t2.o -o %t.exe -Wl,-q
+# RUN: llvm-bolt %t.exe -o %t.bolt -update-debug-sections
+# RUN: llvm-dwarfdump --show-form --verbose --debug-info %t.exe | FileCheck --check-prefix=PRECHECK %s
----------------
nit
================
Comment at: bolt/test/X86/dwarf5-split-dwarf4-monolithic.test:12
+# RUN: %clang %cflags -dwarf-5 main.o helper0.o helper1.o helper2.o -o main.exe -Wl,-q
+# RUN: llvm-bolt main.exe -o main.bolt -update-debug-sections
+# RUN: llvm-dwarfdump --show-form --verbose --debug-info main.exe | FileCheck --check-prefix=PRECHECK %s
----------------
nit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128232/new/
https://reviews.llvm.org/D128232
More information about the llvm-commits
mailing list