From: John Brawn Date: Wed, 12 Aug 2015 15:55:55 +0000 (+0000) Subject: The alias.c test now requires arm-registered-target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55717dfc0da9c02d3cc5a4f8cccb5f9996b835ec;p=clang 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 --- 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