Replies: 4 comments 6 replies
-
see https://github.com/xmake-io/xmake/blob/master/tests/projects/package/toolchain_llvm/xmake.lua https://github.com/xmake-io/xmake/blob/master/tests/projects/package/toolchain_llvm_mingw/xmake.lua |
Beta Was this translation helpful? Give feedback.
-
Thanks, but is it possible that xmake detects the presence of the LLVM package when running |
Beta Was this translation helpful? Give feedback.
-
It did. |
Beta Was this translation helpful? Give feedback.
-
I installed LLVM with xrepo:
But why xmake doesn't detect it ?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Currently,
xmake f --toolchains=llvm
displayerror: llvm toolchain not found!
even if LLVM is installed with xrepo. LLVM binaries need to be on the PATH, xmake cannot detect that xrepo already installed the LLVM package.Describe the solution you'd like
Instead, xmake can detect the llvm package from xrepo. The same principle could be applied with clang.
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions