-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assembly: remove duplicate code and make recompute private (#1606)
* Assembly: share code between assemble_{library,kernel} * Assembly: honor warnings_as_errors for assemble_library * Assembly: error is already raised by library * Assembly: make add_module return the index * Assembly: error only for executable case * Assembly: use existing add_module_with_options * Assembly: add multiple modules and recompute graph only once * Assembly: make recompute graph private
- Loading branch information
1 parent
5944710
commit 8420dcd
Showing
3 changed files
with
71 additions
and
81 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