Add -disable-verify flag to llvm-link.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 25 Mar 2021 21:40:17 +0000 (14:40 -0700)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 30 Mar 2021 16:55:25 +0000 (09:55 -0700)
commitc8e56f394af0b9e32c413d62a0e7aebbba3e6b70
tree7937ac4f43a6e6258103e89165a1819c6a8b9d5f
parentc62ef12079bcc7ce72040dddaae13408b120d995
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
llvm/tools/llvm-link/llvm-link.cpp