How to compile clang? #22139
How to compile clang?
#22139
-
I tried compiling termux clang using the build-package.sh script from Termux-packages in Docker, but it's failing. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
twaik
Nov 6, 2024
Replies: 1 comment
-
Clang is a subpackage of libllvm, it is not being built separately. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
twaik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clang is a subpackage of libllvm, it is not being built separately.