summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc2-write-barrier.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
commit4656c53e125c90bd2ad0b8724efbb44dc042525d (patch)
treeaefdef1750984971be4061289d6a59ec94ea3b43 /clang/test/CodeGenObjC/objc2-write-barrier.m
parent0730e4f7e005addb6155d589c869469e791e3d45 (diff)
downloadbcm5719-llvm-4656c53e125c90bd2ad0b8724efbb44dc042525d.tar.gz
bcm5719-llvm-4656c53e125c90bd2ad0b8724efbb44dc042525d.zip
Move -fnext-runtime defaulting to driver (and change clang-cc default to
-fnext-runtime), instead of using getDefaultLangOptions. llvm-svn: 89058
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-write-barrier.m')
-rw-r--r--clang/test/CodeGenObjC/objc2-write-barrier.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-write-barrier.m b/clang/test/CodeGenObjC/objc2-write-barrier.m
index 9a5416d8466..bff6d8fdd01 100644
--- a/clang/test/CodeGenObjC/objc2-write-barrier.m
+++ b/clang/test/CodeGenObjC/objc2-write-barrier.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple x86_64-apple-darwin10 -fnext-runtime -fobjc-gc -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s
// RUN: grep -F '@objc_assign_global' %t | count 21
// RUN: grep -F '@objc_assign_ivar' %t | count 11
OpenPOWER on IntegriCloud