From e54a0dc5ae4091dfa0a49aa34b30146592b70261 Mon Sep 17 00:00:00 2001 From: Jacob Gravelle Date: Wed, 20 Jun 2018 08:42:22 -0700 Subject: [PATCH] Fix 32-bit lld_url --- emsdk_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index f8a871d..faa0724 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -153,7 +153,7 @@ "git_branch": "master", "url": "https://github.com/llvm-mirror/llvm.git", "clang_url": "https://github.com/llvm-mirror/clang.git", - "lld_url": "https://github.com/llvm-mirror/clang.git", + "lld_url": "https://github.com/llvm-mirror/lld.git", "custom_install_script": "build_llvm", "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", "activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",