Add a regression test for: https://github.com/llvm/llvm-project/issues/55527
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We don't attach PR number to test filenames. That's old practice which has been abandoned.
You can add the bug number to the body of the file if necessary, though nn this case I'd say not necessary.
Comment Actions
(issue 55527)
The subject does not need to duplicate the information in the commit message body.
Comment Actions
Sorry for the delay. I wanted to wait until https://github.com/llvm/llvm-project/issues/55527 was fully understood in case we needed to adjust the test or add extra cases.
I have addressed the review comments now. Thanks.