[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

Tomohiro Kashiwada via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 28 06:47:08 PDT 2025


kikairoya wrote:

I must fix `debug-info-class.cpp` and `ExtDebugInfo.cpp`. Former is obvious, but latter uses `%itanium_abi_triple` then output relies on default target. Is it okay to add `UNSUPPORTED: target={{.*(windows|mingw|cyg).*}}`, or should I separate by target?

https://github.com/llvm/llvm-project/pull/150938


More information about the llvm-branch-commits mailing list