[llvm] [MC] Fix DWARF file table for files with empty DWARF (PR #119572)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 13:25:44 PST 2024


================
@@ -0,0 +1,12 @@
+// RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -o %t %s
+// RUN: llvm-readelf --sections %t | FileCheck %s
----------------
chapuni wrote:

Nit: You can unify this test to `debug-hash-file-empty-dwarf.s` with another prefix.

https://github.com/llvm/llvm-project/pull/119572


More information about the llvm-commits mailing list