]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commit
Build native *-tblgen during cross builds
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 10 May 2018 20:42:23 +0000 (22:42 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 11 May 2018 05:08:47 +0000 (07:08 +0200)
commite714f232748c08eee438c7722cf78e0e1999a2f7
tree197d2d1f3d812ec76e0a7bbf90c97a8fd22bcfc3
parentfc0bfd5398e43f549064bd10c499b8fc59b78064
Build native *-tblgen during cross builds

For some reason, LLVM buildsystem does treat our crossbuilds as native
builds. Perhaps because we use qemu-user-static to allow running cross
binaries. To build everything correcly, native tblgen binaries are
needed.

This commit build native tblgen binaries and uses them for the cross
build.
Makefile