This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4039d17355b7: [NFC] Specify targets for clang
stack-protector-guard.c (authored by qiucf).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST
qiucf updated this revision to Diff 396379.
qiucf marked 5 inline comments as done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116003/new/
https://reviews.llvm.org/D116003
Files:
clang/test/CodeGen/stack-protector-guard.c
Index: clang/test/Co
nickdesaulniers added a comment.
Thanks for the patch. You're right about this change, sorry I made the mistake!
Comment at: clang/test/CodeGen/stack-protector-guard.c:1-12
+// RUN: %clang_cc1 -mstack-protector-guard=sysreg -triple
x86_64-unknown-unknown \
+// RUN: -mstack-p
qiucf created this revision.
qiucf added reviewers: tejohnson, MaskRay, lkail, nickdesaulniers.
qiucf requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The run line of `stack-protector-guard.c` doesn't specify the triple, which
means it depe