From: Nico Weber Date: Sat, 6 Sep 2014 15:48:53 +0000 (+0000) Subject: Attempt to fix ARM bot. (The test references a typedef from x86 asm.) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b8073f601f2fec22bde684826ade3c5150c96ea;p=clang Attempt to fix ARM bot. (The test references a typedef from x86 asm.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/warn-unused-local-typedef.cpp b/test/SemaCXX/warn-unused-local-typedef.cpp index 0ff44b0082..8861a48d47 100644 --- a/test/SemaCXX/warn-unused-local-typedef.cpp +++ b/test/SemaCXX/warn-unused-local-typedef.cpp @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -fsyntax-only -Wunused-local-typedef -verify -std=c++1y -fasm-blocks %s struct S {