[PATCH] D147256: [DebugInfo] Fix file path separator when targeting windows.
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 05:21:49 PDT 2023
hans added a comment.
In D147256#4249527 <https://reviews.llvm.org/D147256#4249527>, @zequanwu wrote:
> - Add a `-use-target-path-separator` flag for llc.
> - Add test for llc with that flag.
But where does `TM.Options.ObjectFilenameForDebug` come from? Presumably it comes from Clang at some point, so is there any chance we can fix it "at the source" instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147256/new/
https://reviews.llvm.org/D147256
More information about the llvm-commits
mailing list