[PATCH] D147256: [DebugInfo] Fix file path separator when targeting windows.
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 5 10:02:32 PDT 2023
probinson added a comment.
An LLVM code change should be testable on its own; this has it tested by Clang.
I think you need a new command-line option to set TargetOptions::UseTargetPathSeparator e.g. via llvm-mc. Other TargetOptions are handled this way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147256/new/
https://reviews.llvm.org/D147256
More information about the cfe-commits
mailing list