[all-commits] [llvm/llvm-project] 4039d1: [NFC] Specify targets for clang stack-protector-gu...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Wed Dec 29 18:15:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4039d17355b7dc54d847d05d8685912cf081a113
https://github.com/llvm/llvm-project/commit/4039d17355b7dc54d847d05d8685912cf081a113
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-12-30 (Thu, 30 Dec 2021)
Changed paths:
M clang/test/CodeGen/stack-protector-guard.c
Log Message:
-----------
[NFC] Specify targets for clang stack-protector-guard.c
The run line of stack-protector-guard.c doesn't specify the triple,
which means it depends on the platform running the test. This makes
some failure hidden.
Reviewed By: nickdesaulniers
Differential Revision: https://reviews.llvm.org/D116003
More information about the All-commits
mailing list