[all-commits] [llvm/llvm-project] c5ce60: Linker: Fix linking of byref types

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Nov 17 08:02:36 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c5ce6036c169522eebd2ed330de58f4980cfb45a
      https://github.com/llvm/llvm-project/commit/c5ce6036c169522eebd2ed330de58f4980cfb45a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/Transforms/Utils/ValueMapper.cpp
    A llvm/test/Linker/Inputs/byref-type-input.ll
    A llvm/test/Linker/byref-types.ll

  Log Message:
  -----------
  Linker: Fix linking of byref types

This wasn't properly remapping the type like with the other
attributes, so this would end up hitting a verifier error after
linking different modules using byref.




More information about the All-commits mailing list