From f19daaae780f2b0b2675792a8b0ef071dc1e58ff Mon Sep 17 00:00:00 2001 From: Christian Scheuer Date: Sun, 4 Feb 2018 01:47:18 +0100 Subject: Add support for building wasm on OSX and Ubuntu 16 (#5297) * Enable wasm building on OSX. Upgrade libLLVM to 4.0.0 and LLVMSharp to 5.0.0 LLVM upgrade: Fix 'Use still stuck around after Def is destroyed' of the deleted basic blocks Add wasm support in runtest.sh Remove HelloWasm.csproj reference to .ilproj on non-windows OS because of dependency on ilasm Fix LinkNative target to execute correct commands for Unix wasm builds. Added support for building on Ubuntu 16.04.3 Update documentation on how to build WebAssembly. --- .../Microsoft.NETCore.Native.Unix.props | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'src/BuildIntegration/Microsoft.NETCore.Native.Unix.props') diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props index 03be5996b..441f4754c 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -33,6 +33,11 @@ See the LICENSE file in the project root for more information. + + .a + .bc + + @@ -48,19 +53,19 @@ See the LICENSE file in the project root for more information. - - + + - - - - - - - - + + + + + + + + -- cgit v1.2.3