Currently, realloc is marked as "discard" in done_abilist.txt. As discussed in PR#45583, this is probably not the expected behavior; a custom wrapper seems to be required. Since this wrapper has not been implemented yet, realloc should not be in the done_abilist.txt file so that a warning is displayed when it is called.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The failure in the CI does not appear to be related to my change, but to an infrastructure problem. At least that is what it looks like.
Comment Actions
@vitalybuka Thank you for your review. Also, I do not have commit access, so someone else needs to commit the change for me.