summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/remove-dealloc-zerouts.m
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-06-16 00:53:46 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-06-16 00:53:46 +0000
commit6e4ef20baf4f36cc164729326d853323f209ad5b (patch)
tree5eec75bb9eb1694b7aaad9fac0a6f8bf00ae31f5 /clang/test/ARCMT/remove-dealloc-zerouts.m
parent5444a7b4cd4e7ea231a9d71667dd454797c2c750 (diff)
downloadbcm5719-llvm-6e4ef20baf4f36cc164729326d853323f209ad5b.tar.gz
bcm5719-llvm-6e4ef20baf4f36cc164729326d853323f209ad5b.zip
[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopefully fix MSVC failures.
llvm-svn: 133119
Diffstat (limited to 'clang/test/ARCMT/remove-dealloc-zerouts.m')
-rw-r--r--clang/test/ARCMT/remove-dealloc-zerouts.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ARCMT/remove-dealloc-zerouts.m b/clang/test/ARCMT/remove-dealloc-zerouts.m
index 7bd00a36182..3ba85f1edca 100644
--- a/clang/test/ARCMT/remove-dealloc-zerouts.m
+++ b/clang/test/ARCMT/remove-dealloc-zerouts.m
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: arcmt-test --args -arch x86_64 %s > %t
+// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -x objective-c %s > %t
// RUN: diff %t %s.result
@interface Foo
OpenPOWER on IntegriCloud