[clang] [Clang] Non-polymorphic trivially relocatable types can have [[trivial_abi]] (PR #143111)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 9 05:42:39 PDT 2025


================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -fobjc-runtime-has-weak -fobjc-weak -fobjc-arc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -std=c++11 -fobjc-runtime-has-weak -fobjc-weak -fobjc-arc -triple x86_64-apple-darwin -fsyntax-only -verify %s
----------------
AaronBallman wrote:

Why did this test need a triple?

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


More information about the cfe-commits mailing list