================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
