Add -emit-llvm to RUN line for test added in #173311. (#178271)

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:
dyung 2026-01-27 11:28:32 -08:00 committed by GitHub
parent bc6aab2a3a
commit e470fa2e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;