From: Adrian Prantl Date: Fri, 19 Apr 2013 21:52:06 +0000 (+0000) Subject: still not relaxed enough. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e3df7288a83271105de390ffc3a0e6aef72993;p=clang still not relaxed enough. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179897 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/objc-fixed-enum.m b/test/CodeGenObjC/objc-fixed-enum.m index 3f005c9a6d..57cd861358 100644 --- a/test/CodeGenObjC/objc-fixed-enum.m +++ b/test/CodeGenObjC/objc-fixed-enum.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple armv7-apple-darwin10 -g -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s // The DWARF standard says the underlying data type of an enum may be // stored in an DW_AT_type entry in the enum DIE. This is useful to have