summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-05-22 21:52:12 +0000
committerReid Kleckner <rnk@google.com>2019-05-22 21:52:12 +0000
commite78cb1f20b22ac0b9c7a039e64e12d1c2530dd8a (patch)
tree3f599ced26e9ea41af1e8cb40f9c163ee832cef6 /clang/test/Modules
parent00be4e68ad6385077ddaf7109911ddc541d2b13c (diff)
downloadbcm5719-llvm-e78cb1f20b22ac0b9c7a039e64e12d1c2530dd8a.tar.gz
bcm5719-llvm-e78cb1f20b22ac0b9c7a039e64e12d1c2530dd8a.zip
Fix new enum-codegen.cpp test
llvm-svn: 361438
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/enum-codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/enum-codegen.cpp b/clang/test/Modules/enum-codegen.cpp
index 87c1c5a9d47..d78d27caccf 100644
--- a/clang/test/Modules/enum-codegen.cpp
+++ b/clang/test/Modules/enum-codegen.cpp
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fmodules-cache-path=%t %s -emit-llvm -o - | FileCheck %s
// CHECK: @_Z3varIiE = {{.*}} %union.union_type { i8 1 },
OpenPOWER on IntegriCloud