[PATCH] D111587: re-land: [clang] Fix absolute file paths with -fdebug-prefix-map
Keith Smiley via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 09:18:13 PDT 2022
keith added a comment.
I actually mean dwarf 6, which appears to be partially implemented according to https://lists.llvm.org/pipermail/llvm-dev/2020-April/141055.html
I discovered the issue from the failed tests on https://reviews.llvm.org/D113718 where you can see the test output contains a checksum that otherwise doesn't appear. Passing `-dwarf-version=6` reproduces the issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111587/new/
https://reviews.llvm.org/D111587
More information about the cfe-commits
mailing list