Skip to content

Commit

Permalink
init_build_environment: add soft link to llvm opt
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Oct 16, 2024
1 parent 4949e8d commit 8922324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
1.7K May 8 22:33 convert_translation.sh
3.0K May 8 22:06 create_acl_for_luci.sh
3.7K May 8 23:28 create_ucitrack_for_luci.sh
11K Oct 12 21:10 init_build_environment.sh
11K Oct 16 14:43 init_build_environment.sh
18K Jun 1 2023 LICENSE
4.0K Jul 26 21:12 maintainer-tools
4.7K Jun 1 2023 maketag.sh
Expand Down
2 changes: 1 addition & 1 deletion init_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function install_dependencies() {
[ -e "/usr/include/asm" ] || ln -svf "/usr/include/$(gcc -dumpmachine)/asm" "/usr/include/asm"

apt install -y $BPO_FLAG clang-18 libclang-18-dev lld-18 liblld-18-dev
for i in "clang-18" "clang++-18" "clang-cpp-18" "ld.lld-18" "ld64.lld-18" "wasm-ld-18" "lld-18" "lld-link-18"; do
for i in "clang-18" "clang++-18" "clang-cpp-18" "ld.lld-18" "ld64.lld-18" "lld-18" "lld-link-18" "opt-18" "wasm-ld-18"; do
ln -svf "$i" "/usr/bin/${i%-18}"
done

Expand Down

0 comments on commit 8922324

Please sign in to comment.