Issue |
149814
|
Summary |
How to cross-build libclc standalone
|
Labels |
new issue
|
Assignees |
|
Reporter |
rossburton
|
I want to cross-compile `libclc` standalone.
>From my understanding of the CMake rules, this isn't trivial as `prepare_builtins` is only built for the build host in a cross configuration during non-standalone builds where `setup_host_tool` is used. In standalone builds, `prepare_builtins` is build as a standard binary and as such is built for the target, not the build host.
Can `setup_host_tool` be used in standalone builds?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs