[PATCH] D147256: [DebugInfo] Fix file path separator when targeting windows.
Zequan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 5 08:42:30 PDT 2023
zequanwu updated this revision to Diff 511118.
zequanwu added a comment.
Herald added a subscriber: ormris.
- Pass `LangOptions.UseTargetPathSeparator` down to TargetOptions to use host
path separator when it's set.
- Add a test case. The problem is when if we are targeting to linux, clang
won't generate codeview debuginfo with `-gcodeview`. So, I only add the test to
target on windows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147256/new/
https://reviews.llvm.org/D147256
Files:
clang/include/clang/Basic/LangOptions.h
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGen/debug-info-slash.c
clang/test/CodeGen/use-target-path-separator.c
llvm/include/llvm/Target/TargetOptions.h
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147256.511118.patch
Type: text/x-patch
Size: 6681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230405/12f3b0e9/attachment-0001.bin>
More information about the cfe-commits
mailing list