<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I haven't cross-compiled LLVM. We have a working cross build of chrome/win, some notes on it at <a href="https://cs.chromium.org/chromium/src/docs/win_cross.md?type=cs&q=win_cross.md&sq=package:chromium&l=34">https://cs.chromium.org/chromium/src/docs/win_cross.md?type=cs&q=win_cross.md&sq=package:chromium&l=34</a></div><div dir="ltr"><br></div><div>I don't have any experience cross-compiling with cmake.</div><div dir="ltr"><div><br></div><div>For chrome, we still use the rc.cc at <a href="https://github.com/nico/hack/tree/master/res">https://github.com/nico/hack/tree/master/res</a> (through this driver: <a href="https://cs.chromium.org/chromium/src/build/toolchain/win/rc/rc.py?q=file:rc.py&sq=package:chromium&dr">https://cs.chromium.org/chromium/src/build/toolchain/win/rc/rc.py?q=file:rc.py&sq=package:chromium&dr</a>) which was the prototype for llvm-rc. We haven't switched to llvm-rc yet; my impression was that llvm-rc isn't super production quality yet (but some people do use it successfully).<br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 6, 2018 at 9:04 AM Martin Storsjö <<a href="mailto:martin@martin.st">martin@martin.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yes, I don't think mingw will fit his needs, but it's at least some <br>
datapoint wrt "does anybody do this". But as most of the tool interfaces <br>
are different it probably won't hit the same issues anyway.<br>
<br>
// Martin<br>
<br>
<br>
On Tue, 6 Nov 2018, Zachary Turner wrote:<br>
<br>
> I suspect mingw is going to be incompatible with Petr’s needs. Adding Nico<br>
> as he probably does the most cross compiling.  I did it a little several<br>
> weeks ago, just not with libc++, and I don’t remember running into any<br>
> problems.<br>
> <br>
> One thing that’s not clear to me is why the resource compiler is even being<br>
> invoked at all<br>
> <br>
> On Tue, Nov 6, 2018 at 5:46 AM Martin Storsjö via llvm-dev<br>
> <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
>       On Tue, 6 Nov 2018, Jean-Michaël Celerier via llvm-dev wrote:<br>
><br>
>       > I have been using this project with great success to achieve<br>
>       this :<br>
>       > <a href="https://github.com/mstorsjo/llvm-mingw" rel="noreferrer" target="_blank">https://github.com/mstorsjo/llvm-mingw</a><br>
>       ><br>
>       > It generates a linux-based windows cross-compiler with clang,<br>
>       libc++, etc.<br>
><br>
>       FWIW, lately I've added prebuilt packages of it that you can run<br>
>       on actual<br>
>       windows as well, even though cross compilation was my first/main<br>
>       focus.<br>
><br>
>       > I was able to build a large part of Qt with it afterwards for<br>
>       instance.<br>
><br>
>       Any particular part of Qt which you weren't able to build with<br>
>       it? I<br>
>       regularly build Qt (qtbase) for i686/x86_64/armv7/aarch64, and<br>
>       as part of<br>
>       VLC, I also build a few more Qt modules (qtdeclarative,<br>
>       qtquickcontrols2)<br>
>       for i686 and x86_64.<br>
><br>
>       // Martin<br>
>       _______________________________________________<br>
>       LLVM Developers mailing list<br>
>       <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
>       <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
> <br>
> <br>
></blockquote></div>