Should fix the test failure on buildbots that do not build the x86 backend such as https://lab.llvm.org/buildbot/#/builders/190/builds/35171 and https://lab.llvm.org/buildbot/#/builders/154/builds/26976.
This commit is contained in:
parent
bc6aab2a3a
commit
e470fa2e1b
@ -1,7 +1,7 @@
|
||||
// RUN: %clang -target x86_64-apple-darwin -emit-llvm -S -o - %s | FileCheck %s
|
||||
// RUN: %clang -target x86_64-apple-darwin -emit-llvm -S -o - %s -fstack-protector | FileCheck %s
|
||||
// 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
|
||||
// RUN: %clang -target x86_64-apple-darwin -emit-llvm -Xclang -verify -fstack-protector-all %s -o %t -c
|
||||
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user