]> granicus.if.org Git - clang/commit
[WebAssembly] Remove use of lld -flavor flag
authorSam Clegg <sbc@chromium.org>
Tue, 7 Aug 2018 18:55:41 +0000 (18:55 +0000)
committerSam Clegg <sbc@chromium.org>
Tue, 7 Aug 2018 18:55:41 +0000 (18:55 +0000)
commitcf2a587af936badd2ea705e45970e968dd6aef81
tree33dd4e82bfac89d605bd7f4d9d5d2004b7ae5541
parent60e8df47a8e1f20492a14326f6236e49ab62362d
[WebAssembly] Remove use of lld -flavor flag

This flag is deprecated. The preferred way to select the lld
flavor is by calling it by one of its aliases.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/WebAssembly.cpp
lib/Driver/ToolChains/WebAssembly.h
test/Driver/wasm-toolchain.c
test/Driver/wasm-toolchain.cpp