-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QOL fixes for portable and cross-compiling builds. (#16111)
* generate_embed_data outputs to tools/ in the build tree (matches bin/ in install). * iree-flatcc-cli outputs to tools/ in the build tree (matches bin/ in install). * Imported compiler binaries are optional/warn if not found. This is sub-optimal and notes were left for the future. * flatcc switched back to SYSTEM_INCLUDES. Reported on discord as unexpected warning regressions and experienced when building with arm-none-eabi. With this, it is now possible to set IREE_HOST_BIN_DIR to the `tools/` directory of a build tree and the cross-compiled runtime can be built without compiler tools (same as the host). Progress on #16109.
- Loading branch information
1 parent
914f306
commit 863d302
Showing
4 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters