Fix 32-bit lld_url

This commit is contained in:
Jacob Gravelle
2018-06-20 08:42:22 -07:00
committed by GitHub
parent 16125272b2
commit e54a0dc5ae

View File

@@ -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%'",