mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 13:26:45 +00:00
[clang][test] Require x86 target in a couple new tests
Attempt to fix test failures on bots that don't configure x86 target.
This commit is contained in:
parent
1ad63dc0b7
commit
fd35e15060
@ -1,3 +1,5 @@
|
||||
// REQUIRES: x86-registered-target
|
||||
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-obj %s -o %t.o -as-secure-log-file %t.log
|
||||
// RUN: FileCheck %s -input-file %t.log
|
||||
// CHECK: "foobar"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// REQUIRES: x86-registered-target
|
||||
|
||||
// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log
|
||||
// RUN: FileCheck %s -input-file %t.log
|
||||
// CHECK: "foobar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user