]> granicus.if.org Git - clang/commit
[WebAssembly] Add crt1.o with calling lld
authorSam Clegg <sbc@chromium.org>
Fri, 27 Oct 2017 18:10:19 +0000 (18:10 +0000)
committerSam Clegg <sbc@chromium.org>
Fri, 27 Oct 2017 18:10:19 +0000 (18:10 +0000)
commitd64b9c663c0575c69a772118b184928319e4689c
tree445ab7e1335d66fd2a6df27d1aa9d169f8ff1b63
parent67b501a5256569fb097039d007f701327f7e0e6b
[WebAssembly] Add crt1.o with calling lld

Also, for OS unknown targets like wasm, don't include
'unknown' in the library path. This is a fix for rL316719.

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

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