summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-07-07 18:46:14 +0000
committerZachary Turner <zturner@google.com>2017-07-07 18:46:14 +0000
commit448dea419c6cf01e5d692b58ebc36ad5453d2d8f (patch)
treee2cfdafe17fa76fb7ccebe2caec8d193613ef7f2 /llvm/lib/CodeGen/CodeGen.cpp
parentc1e93e5fa46772c959a9f5d74dfeb95d3cde4ce3 (diff)
downloadbcm5719-llvm-448dea419c6cf01e5d692b58ebc36ad5453d2d8f.tar.gz
bcm5719-llvm-448dea419c6cf01e5d692b58ebc36ad5453d2d8f.zip
Use windows path syntax when writing PDB module name.
Without this we would just append whatever the user wrote on the command line, so if we're in C:\foo and we run lld-link bar/baz.obj, we would write C:\foo\bar/baz.obj in various places in the PDB. MSVC linker does not do this, so we shouldn't either. This fixes some differences in the diff test, so we update the test as well. Differential Revision: https://reviews.llvm.org/D35092 llvm-svn: 307423
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud