]> granicus.if.org Git - clang/commitdiff
Attempt to fix ARM bot. (The test references a typedef from x86 asm.)
authorNico Weber <nicolasweber@gmx.de>
Sat, 6 Sep 2014 15:48:53 +0000 (15:48 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 6 Sep 2014 15:48:53 +0000 (15:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217313 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/warn-unused-local-typedef.cpp

index 0ff44b0082f8652d80c1b2482ed36fea8d5f7e4b..8861a48d47bb15661a1797cd5838eb0bb39eee7c 100644 (file)
@@ -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 {