[PATCH] D53066: [Driver] Use forward slashes in most linker arguments

Zachary Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 08:04:13 PDT 2018


zturner added a subscriber: mstorsjo.
zturner added a comment.

It seems like some combination of checking the target triple, host triple,
and driver mode and putting the conversions behind those checks could work?

For paths like resource dir that are going into debug info it should be
driver mode. For paths we pass to another tool it should probably be based
on target triple . This probably isn’t perfect, but WDYT?


https://reviews.llvm.org/D53066





More information about the cfe-commits mailing list