[clang] Add REQUIRES: x86-registered-target to test added in #173311. (PR #178271)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 27 10:28:37 PST 2026


================
@@ -3,6 +3,8 @@
 // RUN: %clang -target x86_64-apple-darwin -emit-llvm -S -o - %s -fstack-protector-all | FileCheck %s
 // RUN: %clang -target x86_64-apple-darwin -Xclang -verify -fstack-protector-all %s -o %t -c
 
+// REQUIRES: x86-reigstered-target
----------------
efriedma-quic wrote:

Can we instead change the second RUN line to use -emit-llvm, or something like that?  This test shouldn't actually require the backend,

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


More information about the cfe-commits mailing list