aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/predefined-expr.c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-10-09 11:58:26 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-10-09 11:58:26 +0000
commit9b280eab6699e4d1e3e203254ec93b424f10f40d (patch)
tree12c3c521926247331e55705fbac987f823c83633 /clang/test/CodeGen/predefined-expr.c
parente68963a98646a73d92305cb9e0aaf86f147f1019 (diff)
downloadllvm-9b280eab6699e4d1e3e203254ec93b424f10f40d.zip
llvm-9b280eab6699e4d1e3e203254ec93b424f10f40d.tar.gz
llvm-9b280eab6699e4d1e3e203254ec93b424f10f40d.tar.bz2
Fix compatibility issues in tests for PredefinedExpr with MSVC.
llvm-svn: 219405
Diffstat (limited to 'clang/test/CodeGen/predefined-expr.c')
-rw-r--r--clang/test/CodeGen/predefined-expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/predefined-expr.c b/clang/test/CodeGen/predefined-expr.c
index 6c94152..3ccdeb3 100644
--- a/clang/test/CodeGen/predefined-expr.c
+++ b/clang/test/CodeGen/predefined-expr.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
-// RUN: %clang_cc1 -fms-extensions %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -fms-extensions %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
// CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00"
// CHECK: @__PRETTY_FUNCTION__.plainFunction = private unnamed_addr constant [21 x i8] c"void plainFunction()\00"