]> granicus.if.org Git - clang/commitdiff
Fix new enum-codegen.cpp test
authorReid Kleckner <rnk@google.com>
Wed, 22 May 2019 21:52:12 +0000 (21:52 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 22 May 2019 21:52:12 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361438 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/enum-codegen.cpp

index 87c1c5a9d474ed97238cf5c8e2421ad73b49cabb..d78d27caccfd4799ea39be21dd7219b3d31e0d1b 100644 (file)
@@ -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 },