summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-10-08 06:31:22 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-10-08 06:31:22 +0000
commitc10b8381f761ad7ff9a8c34b687b9320e07f9726 (patch)
treef66049f87c7e1797eb3f6f0ca383c6bd58b1dee1 /clang/test/Modules
parentda5168b7ce40521abe005f7af7918ea3fd23a615 (diff)
downloadbcm5719-llvm-c10b8381f761ad7ff9a8c34b687b9320e07f9726.tar.gz
bcm5719-llvm-c10b8381f761ad7ff9a8c34b687b9320e07f9726.zip
Update tests touched by r249656
These test updates almost exclusively around the change in behavior around enum: enums without a definition are considered incomplete except when targeting MSVC ABIs. Since these tests are interested in the 'incomplete-enum' behavior, restrict them to %itanium_abi_triple. llvm-svn: 249660
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/system_headers.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/system_headers.m b/clang/test/Modules/system_headers.m
index 165e8e86640..b69ef3d3c9e 100644
--- a/clang/test/Modules/system_headers.m
+++ b/clang/test/Modules/system_headers.m
@@ -1,7 +1,7 @@
// Test that system-headerness works for building modules.
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -isystem %S/Inputs -pedantic -Werror %s -verify -std=c11
+// RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -isystem %S/Inputs -pedantic -Werror %s -verify -std=c11
// expected-no-diagnostics
@import warning;
OpenPOWER on IntegriCloud