================ @@ -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:
Oh yes, that would work. The intention here was to run clang codegen to get the error path, but the LLVM backend wasn't a requirement. BTW, typo on `x86-reigstered-target` https://github.com/llvm/llvm-project/pull/178271 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
