]> granicus.if.org Git - clang/commitdiff
[Hexagon] unused-local-typedef warning test is passing.
authorColin LeMahieu <colinl@codeaurora.org>
Tue, 16 Jun 2015 17:32:45 +0000 (17:32 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Tue, 16 Jun 2015 17:32:45 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239832 91177308-0d34-0410-b5e6-96231b3b80d8

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

index b6c006b321bd647acda4db7ecb2bf39ce2c50a05..14cfcc3ebcf09a2c65e2d0ce4e8f5f120abcc253 100644 (file)
@@ -1,4 +1,3 @@
-// XFAIL: hexagon
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -Wunused-local-typedef -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -fsyntax-only 2>&1 | FileCheck %s -check-prefix=CHECK_1
 // RUN: %clang_cc1 -Wunused-local-typedef -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -fsyntax-only 2>&1 | FileCheck %s -check-prefix=CHECK_2 --allow-empty