[all-commits] [llvm/llvm-project] 4ace60: [OpaquePtr] Remove uses of CreateStructGEP() witho...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Jul 17 09:48:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ace6008f2fde781c1bedc7515e6380e449cb56a
      https://github.com/llvm/llvm-project/commit/4ace6008f2fde781c1bedc7515e6380e449cb56a
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-07-17 (Sat, 17 Jul 2021)

  Changed paths:
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp

  Log Message:
  -----------
  [OpaquePtr] Remove uses of CreateStructGEP() without element type

Remove uses of to-be-deprecated API.


  Commit: ca161e0c3503c7dce212e4e106c5c25d04fb8aa8
      https://github.com/llvm/llvm-project/commit/ca161e0c3503c7dce212e4e106c5c25d04fb8aa8
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-07-17 (Sat, 17 Jul 2021)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilder.h

  Log Message:
  -----------
  [IRBuilder] Deprecate CreateStructGEP() without element type

This API is incompatible with opaque pointers and deprecated in
favor of the version that accepts an explicit element type.


Compare: https://github.com/llvm/llvm-project/compare/be8159bfa56f...ca161e0c3503


More information about the All-commits mailing list