[lld] [lld][ELF] Implement merged .debug_names section. (PR #86508)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 22:12:13 PDT 2024


================
@@ -0,0 +1,173 @@
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t1.o
+# RUN: llvm-mc -filetype=obj -triple=x86_64 %p/Inputs/debug-names-2.s -o %t2.o
+#
----------------
MaskRay wrote:

We don't add `^#$` or `^##` lines. Please remove here and elsewhere.

You can check the convention of newer tests added to this directory `git whatchanged -p --diff-filter=A --after=2024-01-01 lld/test/ELF`

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


More information about the llvm-commits mailing list