summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-10-08 08:28:09 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-10-08 08:28:09 +0000
commit475f9eabc27a4ee3c0debfe48511f62b7a4bf418 (patch)
tree6042bac3437603604c186e29cab7ecfc16fdd11a /clang/test/SemaObjC
parent04e79329d0904400398f87b1b52734e271588ed6 (diff)
downloadbcm5719-llvm-475f9eabc27a4ee3c0debfe48511f62b7a4bf418.tar.gz
bcm5719-llvm-475f9eabc27a4ee3c0debfe48511f62b7a4bf418.zip
Update a few more tests in response to the MS ABI enum semantics
Our self hosting buildbots found a few more tests which weren't updated to reflect that the enum semantics are part of the Microsoft ABI. llvm-svn: 249670
Diffstat (limited to 'clang/test/SemaObjC')
-rw-r--r--clang/test/SemaObjC/blocks.m2
-rw-r--r--clang/test/SemaObjC/default-synthesize-1.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaObjC/blocks.m b/clang/test/SemaObjC/blocks.m
index d6681d051de..e26fb3c0cd3 100644
--- a/clang/test/SemaObjC/blocks.m
+++ b/clang/test/SemaObjC/blocks.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -fblocks %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -fsyntax-only -verify -fblocks %s
#define bool _Bool
@protocol NSObject;
diff --git a/clang/test/SemaObjC/default-synthesize-1.m b/clang/test/SemaObjC/default-synthesize-1.m
index 731aa863e10..aa92e4a3ffc 100644
--- a/clang/test/SemaObjC/default-synthesize-1.m
+++ b/clang/test/SemaObjC/default-synthesize-1.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -Wobjc-missing-property-synthesis -verify -Wno-objc-root-class %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -fsyntax-only -Wobjc-missing-property-synthesis -verify -Wno-objc-root-class %s
// rdar://11295716
@interface NSObject
OpenPOWER on IntegriCloud