diff options
author | Reid Kleckner <rnk@google.com> | 2019-05-22 21:52:12 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-05-22 21:52:12 +0000 |
commit | e78cb1f20b22ac0b9c7a039e64e12d1c2530dd8a (patch) | |
tree | 3f599ced26e9ea41af1e8cb40f9c163ee832cef6 /clang/test/Modules | |
parent | 00be4e68ad6385077ddaf7109911ddc541d2b13c (diff) | |
download | bcm5719-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.cpp | 2 |
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 }, |