diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 07:07:28 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 07:07:28 +0000 |
commit | c5a97ec19408c3dca4b6a6385f11d8c783b94d0b (patch) | |
tree | f8eaf15cd47de7d078bfe70b2ce4d73b3f660688 /test/CodeGenObjC/object-incr-decr-1.m | |
parent | 0be42c44f0199c5023b542d6a6d2e66eb594f27d (diff) |
Move -fnext-runtime defaulting to driver (and change clang-cc default to
-fnext-runtime), instead of using getDefaultLangOptions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/object-incr-decr-1.m')
-rw-r--r-- | test/CodeGenObjC/object-incr-decr-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/object-incr-decr-1.m b/test/CodeGenObjC/object-incr-decr-1.m index 53311f7aa1..25b9698860 100644 --- a/test/CodeGenObjC/object-incr-decr-1.m +++ b/test/CodeGenObjC/object-incr-decr-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s -o %t +// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm %s -o %t @interface Foo { |