r361438 - Fix new enum-codegen.cpp test

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 14:52:12 PDT 2019


Author: rnk
Date: Wed May 22 14:52:12 2019
New Revision: 361438

URL: http://llvm.org/viewvc/llvm-project?rev=361438&view=rev
Log:
Fix new enum-codegen.cpp test

Modified:
    cfe/trunk/test/Modules/enum-codegen.cpp

Modified: cfe/trunk/test/Modules/enum-codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/enum-codegen.cpp?rev=361438&r1=361437&r2=361438&view=diff
==============================================================================
--- cfe/trunk/test/Modules/enum-codegen.cpp (original)
+++ cfe/trunk/test/Modules/enum-codegen.cpp Wed May 22 14:52:12 2019
@@ -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 },
 




More information about the cfe-commits mailing list