[all-commits] [llvm/llvm-project] e78145: [JITLink] Relax zero-fill edge assertions.

Sunho Kim via All-commits all-commits at lists.llvm.org
Sat Jul 30 16:34:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e781451140febc2038ab652bd54d948eb588dbb9
      https://github.com/llvm/llvm-project/commit/e781451140febc2038ab652bd54d948eb588dbb9
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-07-31 (Sun, 31 Jul 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
    M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h

  Log Message:
  -----------
  [JITLink] Relax zero-fill edge assertions.

Relax zero-fill edge assertions to only consider relocation edges. Keep-alive edges to zero-fill blocks can cause this assertion which is too strict.

Reviewed By: lhames

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




More information about the All-commits mailing list