summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc-gc-aggr-assign.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 07:07:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 07:07:28 +0000
commitc5a97ec19408c3dca4b6a6385f11d8c783b94d0b (patch)
treef8eaf15cd47de7d078bfe70b2ce4d73b3f660688 /test/CodeGenObjC/objc-gc-aggr-assign.m
parent0be42c44f0199c5023b542d6a6d2e66eb594f27d (diff)
downloadclang-c5a97ec19408c3dca4b6a6385f11d8c783b94d0b.tar.gz
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/objc-gc-aggr-assign.m')
-rw-r--r--test/CodeGenObjC/objc-gc-aggr-assign.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc-gc-aggr-assign.m b/test/CodeGenObjC/objc-gc-aggr-assign.m
index d5e4caa9fb..1646cde892 100644
--- a/test/CodeGenObjC/objc-gc-aggr-assign.m
+++ b/test/CodeGenObjC/objc-gc-aggr-assign.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fnext-runtime -fobjc-gc -emit-llvm -o %t %s
+// RUN: clang-cc -fobjc-gc -emit-llvm -o %t %s
// RUN: grep objc_memmove_collectable %t | grep call | count 3
static int count;