[all-commits] [llvm/llvm-project] 162fa4: Module::getOrInsertFunction: set debug info format...

Harald van Dijk via All-commits all-commits at lists.llvm.org
Wed Feb 21 08:40:33 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 162fa4dd25d631d0ab7816ec6081bcaff951a23c
      https://github.com/llvm/llvm-project/commit/162fa4dd25d631d0ab7816ec6081bcaff951a23c
  Author: Harald van Dijk <harald at gigawatt.nl>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M llvm/lib/IR/Module.cpp

  Log Message:
  -----------
  Module::getOrInsertFunction: set debug info format (#82505)

Function::Function's constructor sets the debug info format based on the
passed in parent Module, so by using this rather than modifying the
function list directly, we pick up the debug info format automatically.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list