From: Reid Kleckner Date: Wed, 22 May 2019 21:52:12 +0000 (+0000) Subject: Fix new enum-codegen.cpp test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=860695c0c3187b896b48bba645981e7ed1374c43;p=clang Fix new enum-codegen.cpp test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/enum-codegen.cpp b/test/Modules/enum-codegen.cpp index 87c1c5a9d4..d78d27cacc 100644 --- a/test/Modules/enum-codegen.cpp +++ b/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 },