diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-04-19 21:52:06 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-04-19 21:52:06 +0000 |
commit | c0dd7a4f25c0dd2f85867b017018cdf241490859 (patch) | |
tree | 7412d7b927d79e91f943c76218e6e3786e04016a /clang/test/CodeGenObjC/objc-fixed-enum.m | |
parent | b37427fd82610dbdcc512f52f046380e0eb93db7 (diff) | |
download | bcm5719-llvm-c0dd7a4f25c0dd2f85867b017018cdf241490859.tar.gz bcm5719-llvm-c0dd7a4f25c0dd2f85867b017018cdf241490859.zip |
still not relaxed enough.
llvm-svn: 179897
Diffstat (limited to 'clang/test/CodeGenObjC/objc-fixed-enum.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc-fixed-enum.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc-fixed-enum.m b/clang/test/CodeGenObjC/objc-fixed-enum.m index 3f005c9a6df..57cd861358c 100644 --- a/clang/test/CodeGenObjC/objc-fixed-enum.m +++ b/clang/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 |