aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ARCMT
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-03-03 10:02:53 +0000
committerDaniel Jasper <djasper@google.com>2015-03-03 10:02:53 +0000
commit34d761d893e0126c415d7b17f7474a3bef2beaa2 (patch)
tree8fe86a14f14fc5bcdb229f80d83b9be92a944ad5 /clang/test/ARCMT
parentcf0805b872a4e18b76bbab6db65ac79ef76302cc (diff)
downloadllvm-34d761d893e0126c415d7b17f7474a3bef2beaa2.zip
llvm-34d761d893e0126c415d7b17f7474a3bef2beaa2.tar.gz
llvm-34d761d893e0126c415d7b17f7474a3bef2beaa2.tar.bz2
Revert r231008 (and dependent r231019).
As Chandler responded on the initial commit, just directly setting the triple through -Xclang option to the driver creates havoc on other platforms. The driver test should specifically go into test/Driver and test the cc1 commandline itself. llvm-svn: 231063
Diffstat (limited to 'clang/test/ARCMT')
-rw-r--r--clang/test/ARCMT/objcmt-property-dot-syntax.m2
-rw-r--r--clang/test/ARCMT/objcmt-property-dot-syntax.m.result2
2 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/ARCMT/objcmt-property-dot-syntax.m b/clang/test/ARCMT/objcmt-property-dot-syntax.m
index 4ebfc24..f1b9255 100644
--- a/clang/test/ARCMT/objcmt-property-dot-syntax.m
+++ b/clang/test/ARCMT/objcmt-property-dot-syntax.m
@@ -2,8 +2,6 @@
// RUN: %clang_cc1 -objcmt-migrate-property-dot-syntax -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
// RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result
// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc %s.result
-// RUN: rm -rf %t.1
-// RUN: %clang -fsyntax-only -objcmt-migrate-property-dot-syntax -Xclang -mt-migrate-directory -Xclang %t.1 %s -Xclang -triple -Xclang x86_64-apple-darwin11
// rdar://18498572
@interface NSObject @end
diff --git a/clang/test/ARCMT/objcmt-property-dot-syntax.m.result b/clang/test/ARCMT/objcmt-property-dot-syntax.m.result
index d22f4f3..70c7e7a 100644
--- a/clang/test/ARCMT/objcmt-property-dot-syntax.m.result
+++ b/clang/test/ARCMT/objcmt-property-dot-syntax.m.result
@@ -2,8 +2,6 @@
// RUN: %clang_cc1 -objcmt-migrate-property-dot-syntax -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
// RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result
// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc %s.result
-// RUN: rm -rf %t.1
-// RUN: %clang -fsyntax-only -objcmt-migrate-property-dot-syntax -Xclang -mt-migrate-directory -Xclang %t.1 %s -Xclang -triple -Xclang x86_64-apple-darwin11
// rdar://18498572
@interface NSObject @end