aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc-fixed-enum.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/objc-fixed-enum.m')
-rw-r--r--test/CodeGenObjC/objc-fixed-enum.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGenObjC/objc-fixed-enum.m b/test/CodeGenObjC/objc-fixed-enum.m
index 471068bca1..3f005c9a6d 100644
--- a/test/CodeGenObjC/objc-fixed-enum.m
+++ b/test/CodeGenObjC/objc-fixed-enum.m
@@ -1,7 +1,8 @@
-// RUN: %clang_cc1 -triple armv7-apple-darwin10 -g -emit-llvm -Werror -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple armv7-apple-darwin10 -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.
+// stored in an DW_AT_type entry in the enum DIE. This is useful to have
+// so the debugger knows about the signedness of the underlying type.
typedef long NSInteger;
#define NS_ENUM(_type, _name) enum _name : _type _name; enum _name : _type