[all-commits] [llvm/llvm-project] 39cfba: [Alignment][NFC] Remove deprecated functions intro...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Apr 6 05:07:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 39cfba9e333ce41b67c605173de9bf1575328b8a
      https://github.com/llvm/llvm-project/commit/39cfba9e333ce41b67c605173de9bf1575328b8a
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M llvm/include/llvm/IR/GlobalObject.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/lib/IR/Globals.cpp
    M llvm/lib/IR/IRBuilder.cpp

  Log Message:
  -----------
  [Alignment][NFC] Remove deprecated functions introduced in 10.0.0

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

Reviewers: courbet

Subscribers: hiraditya, jfb, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77409




More information about the All-commits mailing list