Follow up of rG3a624c327add: pacify buildbot, add "REQUIRES: aarch64" to test

This commit is contained in:
Sjoerd Meijer 2020-07-16 15:36:01 +01:00
parent 037c812191
commit a7a07a8d63
1 changed files with 2 additions and 0 deletions

View File

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