]> git.lizzy.rs Git - rust.git/commit
Skip passing /natvis to lld-link until supported.
authorMaulingMonkey <git@maulingmonkey.com>
Mon, 11 Sep 2017 02:37:59 +0000 (19:37 -0700)
committerMaulingMonkey <git@maulingmonkey.com>
Sat, 16 Sep 2017 05:16:18 +0000 (22:16 -0700)
commit995f0bdb9b999056667e6dff7ebc9712ac79cc5b
tree15bf9616e3781b225dc00977c491aa50f34fa106
parent11f64d8f881a8bd994210efc1d3ff1982abf9df3
Skip passing /natvis to lld-link until supported.

LLVM 5.0.0's lld-link frontend errors out if passed /natvis.
LLVM 6 (maybe earlier?) should at least ignore the flag.
Hopefully LLVM will eventually support the flag, at which point
this workaround can perhaps be simply removed, if 6? is old enough.
src/librustc_trans/back/linker.rs