Merge pull request #146 from jgravelle-google/upstream_llvm
Support for building upstream LLVM from source
This commit is contained in:
@@ -145,6 +145,36 @@
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
"cmake_build_type": "Release"
|
||||
},
|
||||
{
|
||||
"id": "upstream-clang",
|
||||
"version": "master",
|
||||
"bitness": 32,
|
||||
"install_path": "clang/upstream",
|
||||
"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/lld.git",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"only_supports_wasm": true,
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
"cmake_build_type": "Release"
|
||||
},
|
||||
{
|
||||
"id": "upstream-clang",
|
||||
"version": "master",
|
||||
"bitness": 64,
|
||||
"install_path": "clang/upstream",
|
||||
"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/lld.git",
|
||||
"custom_install_script": "build_fastcomp",
|
||||
"only_supports_wasm": true,
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
"cmake_build_type": "Release"
|
||||
},
|
||||
{
|
||||
"id": "clang",
|
||||
"version": "e1.13.0",
|
||||
|
||||
Reference in New Issue
Block a user