Skip to content

Commit

Permalink
llvm: add compiler-rt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Martinez committed May 3, 2024
1 parent a2490a7 commit 240326c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/compiler-rt
6 changes: 6 additions & 0 deletions srcpkgs/llvm/template
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ lldb_package() {
short_desc+=" - lldb"
}

compiler-rt_package() {
build_style=meta
depends="compiler-rt${version}>=0"
short_desc+=" - compiler-rt"
}

libclang_package() {
build_style=meta
depends="libclang${version}>=0"
Expand Down

0 comments on commit 240326c

Please sign in to comment.