Does dwarf affect "Your Windows"? I suppose MS toolchain would be
innocent of dwarf.
Would mingw emit '\\' as pathsep in dwarf? I'll investigate later.
(IIRC, it wouldn't)
I assume "preferred_separator" depends on host system. Would you
really like to emit '\\' on Windows targeting elf?

IMO, pathsep should be always normalized to '/' unless it would be illegal.

2014-03-17 16:18 GMT+09:00 Yaron Keren <[email protected]>:
> 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 the
> path seperator from llvm::sys::path.
>
> Yaron
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to