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

I think you are missing `-gcodeview` in the command line to emit the debug 
info. The change should reflect on a metadata. `llvm/test/DebugInfo/COFF` is 
the place to test the phase when IR being lowered to object file.  
`clang/test/CodeGenCXX` is for testing C++ code to IR.

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