From d27e1564481ee25d476838b38f7b791579940f44 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 6 Oct 2023 15:14:47 -0500 Subject: [PATCH] Typo Signed-off-by: Brentley Jones --- tools/import_indexstores/Remaps.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/import_indexstores/Remaps.swift b/tools/import_indexstores/Remaps.swift index 0fa117679d..e3f1039fe5 100644 --- a/tools/import_indexstores/Remaps.swift +++ b/tools/import_indexstores/Remaps.swift @@ -25,7 +25,7 @@ func remapArgs( // another pattern: // https://github.com/bazelbuild/bazel/blob/c4a1ab8b6577c4376aaaa5c3c2d4ef07d524175c/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationHelper.java#L1358 "-remap", - #"^(?:\#(executionRootRegex)/|\./)?(bazel-out/[^/]+/bin/)(?:_swift_incremental/)?(.*?)([^/]+)_objs/.*?([^/]+?)(?:\.swift)?\.o\$=\#(objectFilePrefix)/$1$2$3/Objects-normal/\#(arch)/$4.o"#, + #"^(?:\#(executionRootRegex)/|\./)?(bazel-out/[^/]+/bin/)(?:_swift_incremental/)?(.*?)([^/]+)_objs/.*?([^/]+?)(?:\.swift)?\.o$=\#(objectFilePrefix)/$1$2$3/Objects-normal/\#(arch)/$4.o"#, // Generated sources and swiftmodules //