This is an archive of the discontinued LLVM Phabricator instance.

[Alignment][NFC] Remove deprecated functions introduced in 10.0.0
ClosedPublic

Authored by gchatelet on Apr 3 2020, 8:29 AM.

Details

Summary

24 March 2020: LLVM 10.0.0 is out.
I gathered all deprecated function introduced between 9 and 10 and cleaned them up so they will be removed from 11.

git log -p -S LLVM_ATTRIBUTE_DEPRECATED llvmorg-9.0.0..llvmorg-10.0.0

Diff Detail

Event Timeline

gchatelet created this revision.Apr 3 2020, 8:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2020, 8:30 AM
courbet accepted this revision.Apr 6 2020, 4:07 AM
This revision is now accepted and ready to land.Apr 6 2020, 4:07 AM
This revision was automatically updated to reflect the committed changes.