[all-commits] [llvm/llvm-project] 092334: Revert part of D112349 to allow ifunc resolvers be...

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Nov 3 07:15:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09233412edae388a7bfa349cf792dba5aced057f
      https://github.com/llvm/llvm-project/commit/09233412edae388a7bfa349cf792dba5aced057f
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2021-11-03 (Wed, 03 Nov 2021)

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

  Log Message:
  -----------
  Revert part of D112349 to allow ifunc resolvers be declarations.

The patch in D112349 added a previously nonexistant restriction on ifunc
resolvers that they MUST be defintions.  However, the function
multiversioning depends on being able to resolve these resolvers at
link-time, so this additional restriction was breaking.




More information about the All-commits mailing list