Rename build_llvm_monorepo to just build_llvm. NFC. (#560)
And build_llvm_fastcomp to just build_fastcomp (matches its name in the json file.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"install_path": "llvm/git",
|
||||
"git_branch": "master",
|
||||
"url": "https://github.com/llvm/llvm-project.git",
|
||||
"custom_install_script": "build_llvm_monorepo",
|
||||
"custom_install_script": "build_llvm",
|
||||
"only_supports_wasm": true,
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
@@ -21,7 +21,7 @@
|
||||
"install_path": "llvm/git",
|
||||
"git_branch": "master",
|
||||
"url": "https://github.com/llvm/llvm-project.git",
|
||||
"custom_install_script": "build_llvm_monorepo",
|
||||
"custom_install_script": "build_llvm",
|
||||
"only_supports_wasm": true,
|
||||
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
||||
|
||||
Reference in New Issue
Block a user