[PATCH] D107314: [MC][CodeGen] Emit constant pools earlier
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 10:37:40 PDT 2021
probinson added a comment.
> Even though the test location has settled for this patch, I'd like the test/DebugInfo story be clarified.
> test/DebugInfo/ has plenty of .ll tests, so I don't think it is consumer only.
You can start an llvm-dev thread to debate that point.
I think for this particular patch, the fix is not so much about debug info, as about getting the compiler to emit object-file sections in a way that conforms to its own internal checks; in that sense it is really a CodeGen responsibility, even if one of the sections in question happens to be a debug-info section.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107314/new/
https://reviews.llvm.org/D107314
More information about the llvm-commits
mailing list