[clang] Add REQUIRES: x86-registered-target to test added in #173311. (PR #178271)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 27 10:30:46 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
----------------
cooperp wrote:
Also sorry for the breakage!
https://github.com/llvm/llvm-project/pull/178271
More information about the cfe-commits
mailing list