From e78cb1f20b22ac0b9c7a039e64e12d1c2530dd8a Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 22 May 2019 21:52:12 +0000 Subject: Fix new enum-codegen.cpp test llvm-svn: 361438 --- clang/test/Modules/enum-codegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.3