forked from OSchip/llvm-project
Follow up of rG3a624c327add: pacify buildbot, add "REQUIRES: aarch64" to test
This commit is contained in:
parent
037c812191
commit
a7a07a8d63
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: aarch64-registered-target
|
||||
|
||||
// RUN: %clang -O0 -fenable-matrix -S -emit-llvm %s -o - | FileCheck %s
|
||||
// RUN: %clang -O1 -fenable-matrix -S -emit-llvm %s -o - | FileCheck %s
|
||||
// RUN: %clang -O2 -fenable-matrix -S -emit-llvm %s -o - | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue