Escape the name of the module since it comes from the file name and may include
authorNick Lewycky <nicholas@mxc.ca>
Fri, 26 Jun 2009 04:33:37 +0000 (04:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 26 Jun 2009 04:33:37 +0000 (04:33 +0000)
commitb8b7347c101367ca6c22843db3ad60702330ec05
tree54d0da8b85d718a43da7a6ed61afac036266b45f
parentfc0fc3aedb76175386f3d9be4b3592fe8da6ee84
Escape the name of the module since it comes from the file name and may include
invalid characters like backslashes on Windows. Patch by James Abbatiello!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74265 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CppBackend/CPPBackend.cpp