[clang] [llvm] [CodeView] Add line entries for instructions in MS inline asm (PR #193007)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 22 06:11:52 PDT 2026
================
@@ -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
More information about the llvm-commits
mailing list