r179897 - still not relaxed enough.

Adrian Prantl aprantl at apple.com
Fri Apr 19 14:52:06 PDT 2013


Author: adrian
Date: Fri Apr 19 16:52:06 2013
New Revision: 179897

URL: http://llvm.org/viewvc/llvm-project?rev=179897&view=rev
Log:
still not relaxed enough.

Modified:
    cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m

Modified: cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m?rev=179897&r1=179896&r2=179897&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m (original)
+++ cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m Fri Apr 19 16:52:06 2013
@@ -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





More information about the cfe-commits mailing list