This patch adds initial unit tests for appendToUsedList in the ModuleUtils. It specifically tests changes from https://reviews.llvm.org/D101363 which intent to allow insertion of globals in non-zero address spaces into the llvm used lists.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Could you include some context in the patch description/commit message about this being intended to test https://reviews.llvm.org/D101363 ?
And can you confirm this test fails before D101363 and passes after it?
Comment Actions
I can confirm that the test case is working and fails before https://reviews.llvm.org/D101363