Hi, I'm trying to recompile the llvm binaries used by Kotlin Native from source code.
I found that in the
kotlin-native/konan/konan.properties
file, there are two llvm binaries for one platform, which are distinguished by whether the file name contains the essentials keyword. I hope to understand the detailed differences between these two llvm versions, and how should I get two types of llvm binaries like
llvm-11.1.0-aarch64-macos-essentials-60
and
llvm-11.1.0-aarch64-macos-dev-60
on my MacBook through the
kotlin-native/tools/llvm_builder/package.py
script?