mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/dart 524f78e6cb..43417df9c7 (4 commits)
dart-lang/sdk@43417df9c7 [vm/ffi] Fix crashes on stacktraces and debugging with force-optimized frames. dart-lang/sdk@53883c6044 Best static error test failure output on crashes and unspecified errors. dart-lang/sdk@1f875a61bb [kernel] Crash less when dumping partial dill file dart-lang/sdk@ab54ea60e5 [vm/compiler] Add the framework for the IL deserializer.
This commit is contained in:
parent
cdc38e2cee
commit
82fcf32554
2
DEPS
2
DEPS
@ -34,7 +34,7 @@ vars = {
|
||||
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
|
||||
# You can use //tools/dart/create_updated_flutter_deps.py to produce
|
||||
# updated revision list of existing dependencies.
|
||||
'dart_revision': '524f78e6cb1d317c3f97064324a29fdf730fa73b',
|
||||
'dart_revision': '43417df9c7573f0f8812a7902905adaf0569d3a0',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 81999413cb4dfe9b12839db01f5e8f62
|
||||
Signature: 6e656bdcf80af052469a843629e1583e
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -7454,6 +7454,8 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/bce_test.cc
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_builder.h
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.cc
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.h
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_deserializer.cc
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_deserializer.h
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_serializer.cc
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_serializer.h
|
||||
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.cc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user