[all-commits] [llvm/llvm-project] f4c06b: [CodeGen] Don't create fake FunctionDecls when gen...

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Tue Jun 22 11:43:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4c06bcb67a1eba13a7f164961586dddaf8ebd5f
      https://github.com/llvm/llvm-project/commit/f4c06bcb67a1eba13a7f164961586dddaf8ebd5f
  Author: Akira Hatanaka <ahatanaka at apple.com>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/test/CodeGenCXX/debug-info-blocks.cpp
    M clang/test/CodeGenObjC/debug-info-block-helper.m
    M clang/test/CodeGenObjC/debug-info-blocks.m

  Log Message:
  -----------
  [CodeGen] Don't create fake FunctionDecls when generating block/byref
copy/dispose helper functions

We found out that these fake functions would cause clang to crash if the
changes proposed in https://reviews.llvm.org/D98799 were made.

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




More information about the All-commits mailing list