]> git.lizzy.rs Git - rust.git/commit
Respect -Z no-verify during LTO
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 30 May 2018 20:48:20 +0000 (22:48 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 12 Jun 2018 18:50:21 +0000 (20:50 +0200)
commit78a16443a3f9b617b83c1dda15b94b3636c2895d
treeaf88d61150eeb0b090b0e60dc638839354f0b50e
parentef8cb40c9c03fe60aac47c8736045231633dbdac
Respect -Z no-verify during LTO

Currently -Z no-verify only controls IR verification prior to
LLVM codegen, while verification is performed unconditionally
both before and after linking with (Thin)LTO.
src/librustc_codegen_llvm/back/lto.rs
src/librustc_codegen_llvm/back/write.rs