We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e38e79 commit 4163430Copy full SHA for 4163430
llvm/utils/lit/tests/Inputs/config-map-discovery/driver.py
@@ -3,6 +3,7 @@
3
import sys
4
5
main_config = lit.util.abs_path_preserve_drive(sys.argv[1])
6
+main_config = os.path.normcase(main_config)
7
8
config_map = {main_config : sys.argv[2]}
9
builtin_parameters = {'config_map' : config_map}
0 commit comments