================
@@ -0,0 +1,15 @@
+// RUN: %clang_cc1 -triple i386-pc-windows-msvc -fasm-blocks -gcodeview \
+// RUN: -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s
+
+#line 100 "t.cpp"
+void f() {
----------------
Nerixyz wrote:Same here with a more involved test. https://github.com/llvm/llvm-project/pull/193007 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
