From: Mandeep Singh Grang Date: Fri, 19 Oct 2018 00:05:26 +0000 (+0000) Subject: [COFF, ARM64] Enable unit test arm64-microsoft-status-reg.cpp only for aarch64 target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab7073b16c4929d51075045579d4dada65a5d7f2;p=clang [COFF, ARM64] Enable unit test arm64-microsoft-status-reg.cpp only for aarch64 target This should unbreak bots broken here: http://lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/14391 http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/38288 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344767 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/arm64-microsoft-status-reg.cpp b/test/CodeGen/arm64-microsoft-status-reg.cpp index 25aeb32a32..eb59bae50f 100644 --- a/test/CodeGen/arm64-microsoft-status-reg.cpp +++ b/test/CodeGen/arm64-microsoft-status-reg.cpp @@ -1,3 +1,5 @@ +// REQUIRES: aarch64-registered-target + // RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -emit-llvm -S \ // RUN: -o - %s | FileCheck %s -check-prefix CHECK-ASM