[PATCH] D118072: [X86] [CodeView] Add codeview mappings for registers ST0-ST7
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 14:28:15 PST 2022
mstorsjo added a comment.
In D118072#3267462 <https://reviews.llvm.org/D118072#3267462>, @aganea wrote:
> The feature can still be enabled with `-mllvm -experimental-debug-variable-locations=true`, so D116821 <https://reviews.llvm.org/D116821> wasn't completely reverted.
>
> Why not adding your initial bug repro as a test, along with the flags above on the cmd line? It also looks like that prior mappings were added without test coverage.
Ok, I made such a testcase. I'm a bit afraid that it might be a little brittle in the long run though...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118072/new/
https://reviews.llvm.org/D118072
More information about the llvm-commits
mailing list