[llvm-branch-commits] [llvm] [NFCI][StaticDataLayout] Get rid of section prefix validation in codegen (PR #162349)
Mingming Liu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 8 16:39:04 PDT 2025
mingmingl-llvm wrote:
> The change looks fine but should there be a test that uses the DAP profiles and triggers this?
Yeah removing validation without test coverage is generally a 'meh' PR indeed :(
This piece of code doesn't have test coverage in the trunk-of-tree. https://github.com/llvm/llvm-project/pull/162348/commits/95292a62e7dbd09aecd3bf24b8a6c90cdd1dceda adds a RUN line (`not llc`). I'll rebase this PR on top of that one to show the updated test.
https://github.com/llvm/llvm-project/pull/162349
More information about the llvm-branch-commits
mailing list