• Chris Bracken's avatar
    Extract kernel compile from buildAotSnapshot (#17062) · cdbb2385
    Chris Bracken authored
    Moves the kernel compile step to the beginning of the AOT build in a
    separate method. This is pre-factoring for iOS universal builds where
    the kernel build happens once, but we then snapshot twice: once for
    armv7 and once for arm64.
    
    This also writes dependencies to build/kernel_compile.d rather than
    build/aot/snapshot.d, since that is immediately overwritten by
    gen_snapshot.
    cdbb2385
Name
Last commit
Last update
..
build_test.dart Loading commit data...
common_test.dart Loading commit data...
context_test.dart Loading commit data...
file_system_test.dart Loading commit data...
flags_test.dart Loading commit data...
io_test.dart Loading commit data...
logger_test.dart Loading commit data...
logs_test.dart Loading commit data...
net_test.dart Loading commit data...
os_test.dart Loading commit data...
os_utils_test.dart Loading commit data...
process_test.dart Loading commit data...
terminal_test.dart Loading commit data...