arkcompiler_ets_runtime/test/aottest/multi_module_compilation
zhangyukun f5920a18f8 Enable multi-modules compilation of aot
1.Use local llvm contexts rather than global context
2.Merge multi-modules into an an-file
3.Generate an united stackmap for multi-modules
4.Use CodeSpace to manage code space in multi-modules
5.Use modules as groups to manage function compilation
6.Use only one module to parse the multi-modules an file
7.Disassembler outputs united address log
8.Add max-methods-in-module options
9.Add testcase
10.upgrade version number

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6ZMDE?from=project-issue
Signed-off-by: zhangyukun <zhangyukun8@huawei.com>
Change-Id: I80cf845fa57e8ae73c3c858ded0dfe4a46a13eb9
2023-05-12 15:07:00 +08:00
..
BUILD.gn Enable multi-modules compilation of aot 2023-05-12 15:07:00 +08:00
expect_output.txt Enable multi-modules compilation of aot 2023-05-12 15:07:00 +08:00
multi_module_compilation.ts Enable multi-modules compilation of aot 2023-05-12 15:07:00 +08:00