[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
================
@@ -0,0 +1,161 @@
+REQUIRES: x86
+
+## This test simulates the input from dynamic debugging objects to test ELF LLD's handling
+## of various invalid situations.
+
+RUN: rm -rf %t && split-file %s %t
----------------
smithp35 wrote:
with `&& cd %t` you can simplify by removing `%t/`
https://github.com/llvm/llvm-project/pull/214188
More information about the llvm-commits
mailing list