-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fix various bugs when processing the host-side functions and t…
…he (#2268) * Fix various bugs when processing the host-side functions and the native calling conventions. As support for more types is added, it is required that the host side code have the same calling conventions as the native clang++ compiler. Otherwise, programs will simply fail to execute correctly. This is part 1. The launch kernel execution path is broken, and those bugs will be addressed in the next PR. Signed-off-by: Eric Schweitz <[email protected]> * Workaround -Werror Signed-off-by: Eric Schweitz <[email protected]> * Fix CI Werror issue. Signed-off-by: Eric Schweitz <[email protected]> * The requires line didn't work as expected. Script the restriction as a workaround. Signed-off-by: Eric Schweitz <[email protected]> * The assets build doesn't respect the "uname -m" check for some unknown reason, so just elide the test completely. Signed-off-by: Eric Schweitz <[email protected]> * Review comment. Signed-off-by: Eric Schweitz <[email protected]> --------- Signed-off-by: Eric Schweitz <[email protected]>
- Loading branch information
1 parent
7bdab51
commit 03bfdf9
Showing
11 changed files
with
661 additions
and
441 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
Oops, something went wrong.