summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SmallPtrSet.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-01-05 19:37:03 +0000
committerZachary Turner <zturner@google.com>2015-01-05 19:37:03 +0000
commitf6896b09b4ef0eff426fab40280c45455562b9c8 (patch)
treed6ad52b8d84dcf1eb9b2401e46b646be4a4e8b19 /llvm/lib/Support/SmallPtrSet.cpp
parent502b7b4b36c90a4e8d6ee4a0cf88eabbdae5769d (diff)
downloadbcm5719-llvm-f6896b09b4ef0eff426fab40280c45455562b9c8.tar.gz
bcm5719-llvm-f6896b09b4ef0eff426fab40280c45455562b9c8.zip
Fix about 20 tests on Windows.
Passing the argument string from dosep to dotest was failing on Windows due to the fact that Windows uses \ for its path separator. As a result, shlex.split() was treating it as an escape character. This fixes the issue by telling shlex.split() to not use posix mode when running on Windows. llvm-svn: 225195
Diffstat (limited to 'llvm/lib/Support/SmallPtrSet.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud