[all-commits] [llvm/llvm-project] c8e56f: Add -disable-verify flag to llvm-link.

nlewycky via All-commits all-commits at lists.llvm.org
Tue Mar 30 09:55:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8e56f394af0b9e32c413d62a0e7aebbba3e6b70
      https://github.com/llvm/llvm-project/commit/c8e56f394af0b9e32c413d62a0e7aebbba3e6b70
  Author: Nick Lewycky <nicholas at mxc.ca>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M llvm/tools/llvm-link/llvm-link.cpp

  Log Message:
  -----------
  Add -disable-verify flag to llvm-link.

This flag allows the developer to see the result of linking even if it fails the verifier, as a step in debugging cases where the linked module fails the verifier.

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




More information about the All-commits mailing list