-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm] [aot] Split LlvmRuntimeExecutor from LlvmProgramImpl (#5207)
* [llvm] [aot] Split LlvmRuntimeExecutor from LlvmProgramImpl part-1 * Bug fix * Migrated more members * Fixed minor issue * Finished runtime members migration * Fixed minor issue * clean ups * Split LlvmProgramImpl and LlvmRuntimeExecutor into separate files * Fixed merge issues * Rearranged private/public interfaces
- Loading branch information
1 parent
6357cf0
commit 5cd3339
Showing
8 changed files
with
928 additions
and
710 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
Oops, something went wrong.