aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/IRObjectFile.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-18 23:59:11 +0000
committerZachary Turner <zturner@google.com>2015-02-18 23:59:11 +0000
commitee69a4bcd06a71fc798c8924f212c4cfd52696c7 (patch)
tree133e124f2c7044679aa0b4385b919c1326726065 /llvm/lib/Object/IRObjectFile.cpp
parentfc2751122310843f9782f4961d0c41cacc6a9707 (diff)
downloadllvm-ee69a4bcd06a71fc798c8924f212c4cfd52696c7.zip
llvm-ee69a4bcd06a71fc798c8924f212c4cfd52696c7.tar.gz
llvm-ee69a4bcd06a71fc798c8924f212c4cfd52696c7.tar.bz2
A few minor path fixes for Windows.
When launching argdumper, there are a few problems with the current logic. First, on Windows, the file is called argdumper.exe, not argdumper. Second, Windows paths have backslashes in them, and JSON treats <backslash><char> as an escape sequence. To fix the second problem, on Windows we convert backslashes to forward slashes, since backslash isn't a valid filename character anyway this shouldn't be a problem. llvm-svn: 229784
Diffstat (limited to 'llvm/lib/Object/IRObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions