[clang] a41550c - attempt to fix check-clang on windows after c49866ac
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 06:32:19 PST 2020
Author: Nico Weber
Date: 2020-02-13T09:32:11-05:00
New Revision: a41550cff91b7fb2b56bf0e19ccb341bfd3e37b4
URL: https://github.com/llvm/llvm-project/commit/a41550cff91b7fb2b56bf0e19ccb341bfd3e37b4
DIFF: https://github.com/llvm/llvm-project/commit/a41550cff91b7fb2b56bf0e19ccb341bfd3e37b4.diff
LOG: attempt to fix check-clang on windows after c49866ac
Added:
Modified:
clang/test/Driver/arm-compiler-rt.c
Removed:
################################################################################
diff --git a/clang/test/Driver/arm-compiler-rt.c b/clang/test/Driver/arm-compiler-rt.c
index f9de71a8c101..a8ea38a7da3c 100644
--- a/clang/test/Driver/arm-compiler-rt.c
+++ b/clang/test/Driver/arm-compiler-rt.c
@@ -2,7 +2,7 @@
// RUN: -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \
// RUN: -rtlib=compiler-rt -### %s 2>&1 \
// RUN: | FileCheck %s -check-prefix ARM-EABI
-// ARM-EABI: "-L{{.*[/\\]}}Inputs/resource_dir_with_arch_subdir/lib/baremetal"
+// ARM-EABI: "-L{{.*[/\\]}}Inputs/resource_dir_with_arch_subdir{{/|\\\\}}lib{{/|\\\\}}baremetal"
// ARM-EABI: "-lclang_rt.builtins-arm"
// RUN: %clang -target arm-linux-gnueabi \
More information about the cfe-commits
mailing list