[LLVMbugs] [Bug 19014] New: Wrong path seperator in DWARF debug info on Windows
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Mar 1 02:04:16 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=19014
Bug ID: 19014
Summary: Wrong path seperator in DWARF debug info on Windows
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 12172
--> http://llvm.org/bugs/attachment.cgi?id=12172&action=edit
patch for correct path seperator
The path seperator is hardcoded in MCDwarf.cpp:649 as '/'. This is worng on
Windows.
A patch to use the correct path seperator is attached.
I had to expose it from llvm::sys::path.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140301/a420ec81/attachment.html>
More information about the llvm-bugs
mailing list