[lld] [llvm] [dyndbg][LLD][ELF] Initial LLD support for dynamic debugging (PR #214188)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 03:34:59 PDT 2026


================
@@ -3,91 +3,104 @@
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
-# RUN: %p/Inputs/trace-symbols-foo-weak.s -o %t1
+# RUN:   %p/Inputs/trace-symbols-foo-weak.s -o %t1
----------------
smithp35 wrote:

If this test were being written from scratch I'd recommend using split-file instead of Inputs , but it will require a bit of refactoring to this one. Perhaps something that could be done in a follow patch.

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


More information about the llvm-commits mailing list