[clang] [Clang](NFC) Add coverage for VTable debug info (PR #151818)

Jeremy Morse via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 28 10:16:07 PDT 2025


================
@@ -1,5 +1,3 @@
-// REQUIRES: target={{x86_64.*-linux.*}}
----------------
jmorse wrote:

Do the RUN lines need updating to not hard-code the x86_64 triple too? Otherwise buildbots that don't build for x86 might trip up on this? Broadening out this test coverage to not be fixed on x86 is a good plan.

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


More information about the cfe-commits mailing list