Author: echristo Date: Wed Aug 26 00:12:26 2015 New Revision: 246013 URL: http://llvm.org/viewvc/llvm-project?rev=246013&view=rev Log: Add a small release note about the getSubtarget migration.
Modified: llvm/branches/release_37/docs/ReleaseNotes.rst Modified: llvm/branches/release_37/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=246013&r1=246012&r2=246013&view=diff ============================================================================== --- llvm/branches/release_37/docs/ReleaseNotes.rst (original) +++ llvm/branches/release_37/docs/ReleaseNotes.rst Wed Aug 26 00:12:26 2015 @@ -90,6 +90,11 @@ Non-comprehensive list of changes in thi more you can avoid using ``PointerType::getPointeeType``, the easier the migration will be. +* Argument-less ``TargetMachine::getSubtarget`` and + ``TargetMachine::getSubtargetImpl`` have been removed from the tree. Updating + out of tree ports is as simple as implementing a non-virtual version in the + target, but implementing full ``Function`` based ``TargetSubtargetInfo`` + support is recommended. Changes to the MIPS Target -------------------------- _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits