summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-09-21 21:27:11 +0000
committerZachary Turner <zturner@google.com>2017-09-21 21:27:11 +0000
commit1ca789bdba82f32c00a42cc58376aaf2c784c5c0 (patch)
tree13eaa90c35220c2a04a47358c69478031e016e2e /lldb/packages/Python/lldbsuite/test/python_api
parentbb23df92b5c095050fa9bf39da061da40885de74 (diff)
downloadbcm5719-llvm-1ca789bdba82f32c00a42cc58376aaf2c784c5c0.tar.gz
bcm5719-llvm-1ca789bdba82f32c00a42cc58376aaf2c784c5c0.zip
[lit] Actually do normalize the case of files in the config map.
This has gone back and forth, but it seems this is necessary after all. realpath is not sufficient because if you have a file named 'C:\foo.txt', then both realpath('c:\foo.txt') and realpath(C:\foo.txt') return the string that was passed to them exactly as is, meaning the case of the drive-letter won't match. The problem before was not that we were normalizing the case of items going into the config map, but rather that we were normalizing the case of something we needed to print. The value that is used to key on the config map should never be printed. llvm-svn: 313918
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud