This revision was automatically updated to reflect the committed changes.
Closed by commit rL339163: [WebAssembly] Remove use of lld -flavor flag
(authored by sbc, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D50395
Files:
cfe/trunk/l
sbc100 updated this revision to Diff 159562.
sbc100 added a comment.
- update tests
Repository:
rC Clang
https://reviews.llvm.org/D50395
Files:
lib/Driver/ToolChains/WebAssembly.cpp
lib/Driver/ToolChains/WebAssembly.h
test/Driver/wasm-toolchain.c
test/Driver/wasm-toolchain.cpp
Inde
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rC Clang
https://reviews.llvm.org/D50395
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/m
sbc100 updated this revision to Diff 159533.
sbc100 added a comment.
- update test
Repository:
rC Clang
https://reviews.llvm.org/D50395
Files:
lib/Driver/ToolChains/WebAssembly.cpp
lib/Driver/ToolChains/WebAssembly.h
test/Driver/wasm-toolchain.c
test/Driver/wasm-toolchain.cpp
Index
sbc100 created this revision.
Herald added subscribers: cfe-commits, sunfish, aheejin, jgravelle-google,
dschuff.
This flag is deprecated. The prefered way to select the lld
flavor is by calling it by one of its aliases.
Repository:
rC Clang
https://reviews.llvm.org/D50395
Files:
lib/Driv