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:
Sam Clegg
2020-07-20 17:33:54 -07:00
committed by GitHub
parent 3249417955
commit d8984b2a9d
2 changed files with 12 additions and 11 deletions

View File

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