================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits