From 55717dfc0da9c02d3cc5a4f8cccb5f9996b835ec Mon Sep 17 00:00:00 2001 From: John Brawn Date: Wed, 12 Aug 2015 15:55:55 +0000 Subject: [PATCH] The alias.c test now requires arm-registered-target This should fix a buildbot failure git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244760 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/alias.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/alias.c b/test/CodeGen/alias.c index 12c64694d1..d6da194492 100644 --- a/test/CodeGen/alias.c +++ b/test/CodeGen/alias.c @@ -1,3 +1,4 @@ +// REQUIRES: arm-registered-target // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o - %s | FileCheck -check-prefix=CHECKBASIC %s // RUN: %clang_cc1 -triple armv7a-eabi -mfloat-abi hard -emit-llvm -o - %s | FileCheck -check-prefix=CHECKCC %s // RUN: %clang_cc1 -triple armv7a-eabi -mfloat-abi hard -S -o - %s | FileCheck -check-prefix=CHECKASM %s -- 2.50.1