[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)
Martin Storsjö via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 28 06:37:52 PDT 2025
================
@@ -1,5 +1,3 @@
-// REQUIRES: target={{x86_64.*-linux.*}}
----------------
mstorsjo wrote:
FWIW, I've verified that this test does indeed run correctly even if the x86 target isn't enabled in the build of llvm/clang - so removing the `REQUIRES` line should be fine here.
(Not sure if this is related to changing from `%clang` to `%clang_cc1`, or if the original test also actually didn't require the x86 target to be available.)
https://github.com/llvm/llvm-project/pull/150938
More information about the llvm-branch-commits
mailing list