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
Paths
| Differential D77409
[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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 6 2020, 4:07 AM Closed by commit rG39cfba9e333c: [Alignment][NFC] Remove deprecated functions introduced in 10.0.0 (authored by gchatelet). · Explain WhyApr 6 2020, 5:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 255292 llvm/include/llvm/IR/GlobalObject.h
llvm/include/llvm/IR/IRBuilder.h
llvm/lib/IR/Globals.cpp
llvm/lib/IR/IRBuilder.cpp
|