[clang] [llvm] [clang][CodeGen] Place constructor/destructor functions in .text.startup/.text… (PR #200221)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 11:57:19 PDT 2026


================
@@ -0,0 +1,30 @@
+; REQUIRES: aarch64-registered-target
----------------
efriedma-quic wrote:

You don't need the REQUIRES here; everything in llvm/test/CodeGen/AArch64 implicitly requires aarch64-registered-target.

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


More information about the cfe-commits mailing list