File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959
6060// CMD-REMAP: -resolved-plugin-verification
6161// CMD-REMAP-NEXT: -load-resolved-plugin
62- // CMD-REMAP-NEXT: /^test{{/|\\}}plugins{{/|\\}}[[LIB]]#/^bin{{/|\\}}swift-plugin-server#MacroDefinition
62+ // CMD-REMAP-NEXT: /^test{{/|\\}}plugins{{/|\\}}[[LIB]]#/^bin{{/|\\}}swift-plugin-server{{(.exe)?}} #MacroDefinition
6363
6464// RUN: %target-swift-frontend-plain \
6565// RUN: -emit-module -o %t/Macro.swiftmodule -cache-compile-job -cas-path %t/cas \
7474/// Encoded PLUGIN_SEARCH_OPTION is remapped.
7575// RUN: llvm-bcanalyzer -dump %t/Macro.swiftmodule | %FileCheck %s --check-prefix=MOD -DLIB=%target-library-name(MacroDefinition)
7676
77- // MOD: <PLUGIN_SEARCH_OPTION abbrevid=7 op0=4/> blob data = '/^test{{/|\\}}plugins{{/|\\}}[[LIB]]#/^bin{{/|\\}}swift-plugin-server#MacroDefinition'
77+ // MOD: <PLUGIN_SEARCH_OPTION abbrevid=7 op0=4/> blob data = '/^test{{/|\\}}plugins{{/|\\}}[[LIB]]#/^bin{{/|\\}}swift-plugin-server{{(.exe)?}} #MacroDefinition'
7878
7979/// Cache hit has no macro-loading remarks because no macro is actually loaded and the path might not be correct due to different mapping.
8080// RUN: %target-swift-frontend-plain \
You can’t perform that action at this time.
0 commit comments