================ @@ -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 ---------------- dyung wrote:
`-emit-llvm` works, I'll update the PR momentarily. https://github.com/llvm/llvm-project/pull/178271 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
