================
@@ -0,0 +1,48 @@
+// RUN: %clang_cl --target=x86_64-windows-msvc /c /Z7 -o %t.obj -- %s
----------------
GkvJwa wrote:

I check the IR through the command line:
```
%clang_cc1 -triple x86_64-windows-msvc -emit-llvm --std=c++17 %s -o -
```
and confirmed that this patch will not be reflected in the IR. So, I think it 
would be better to be placed in ```llvm/test/DebugInfo/COFF```

https://github.com/llvm/llvm-project/pull/71564
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to