joshherr-quic commented on issue #12966:
URL: https://github.com/apache/tvm/issues/12966#issuecomment-1289276697
Below are the cmake options required to build an llvm cross compiler for
hexagon. Some of the options may be superfluous due to these settings coming
from a build that I use locally for other dev work.
` -DCMAKE_BUILD_TYPE=Release
-DLLVM_TARGETS_TO_BUILD:STRING="Hexagon"
-DLLVM_BUILD_RUNTIME:BOOL=ON
-DLLVM_ENABLE_LLD=ON
-DLLVM_ENABLE_LIBCXX:BOOL=ON
-DLLVM_ENABLE_PROJECTS:STRING="clang;llvm;lld"
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind"
-DTARGET_TRIPLE:STRING=x86_64-unknown-linux-gnu
-DLLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-unknown-linux-gnu
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]