[clang] [llvm] [dyndbg][Clang] Implement nested-ELF dynamic debugging support (PR #194860)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 05:43:04 PDT 2026
================
@@ -0,0 +1,7 @@
+// RUN: %clang -cc1 -triple %itanium_abi_triple %s -debug-info-kind=limited -fdynamic-debugging -o - \
+// RUN: -emit-llvm --discard-dynamic-debugging-debug-module \
+// RUN: | FileCheck %s
+
+// CHECK: define dso_local i32 @f() #0
+// CHECK: attributes #0 = {{{.*}}noipa{{.*}}}
----------------
OCHyams wrote:
I can't remember why I split them up, will fuse them again. Does this look better?
https://github.com/llvm/llvm-project/pull/194860
More information about the llvm-commits
mailing list