summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-06-19 02:24:25 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-06-19 02:24:25 +0000
commit04dca774609faec48e1c10f46abe79f3b8b82ec5 (patch)
treeab832f3e4cef8ff47bcaddba65f820bb6c3669bd
parent7dbea8cec92bb6c002e6b130e39481d8227a0730 (diff)
downloadbcm5719-llvm-04dca774609faec48e1c10f46abe79f3b8b82ec5.tar.gz
bcm5719-llvm-04dca774609faec48e1c10f46abe79f3b8b82ec5.zip
Fix Windows test failure.
llvm-svn: 240115
-rw-r--r--clang/test/CodeGenCXX/cfi-vcall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/cfi-vcall.cpp b/clang/test/CodeGenCXX/cfi-vcall.cpp
index ca5fe4104f5..a4509617bfa 100644
--- a/clang/test/CodeGenCXX/cfi-vcall.cpp
+++ b/clang/test/CodeGenCXX/cfi-vcall.cpp
@@ -35,7 +35,7 @@ void A::f() {
void D::f() {
}
-// DIAG: @[[SRC:.*]] = private unnamed_addr constant [{{.*}} x i8] c"{{.*}}test/CodeGenCXX/cfi-vcall.cpp\00", align 1
+// DIAG: @[[SRC:.*]] = private unnamed_addr constant [{{.*}} x i8] c"{{.*}}cfi-vcall.cpp\00", align 1
// DIAG: @[[TYPE:.*]] = private unnamed_addr constant { i16, i16, [4 x i8] } { i16 -1, i16 0, [4 x i8] c"'A'\00" }
// DIAG: @[[BADTYPESTATIC:.*]] = private unnamed_addr global { { [{{.*}} x i8]*, i32, i32 }, { i16, i16, [4 x i8] }*, i8 } { { [{{.*}} x i8]*, i32, i32 } { [{{.*}} x i8]* @[[SRC]], i32 58, i32 3 }, { i16, i16, [4 x i8] }* @[[TYPE]], i8 0 }
OpenPOWER on IntegriCloud