It now includes /ffi_test_functions_generated.cc and prints
instructions on how to use the generated bundle.
This CL adds some TODOs and deletes the non-migrated copy that was in
the NNBD folder.
Finally, this CL disable a check that fails because of static linking
on iOS.
Issue https://github.com/dart-lang/sdk/issues/39570.
Change-Id: Ie85d92568bb95eaafd2991725a1a31cdecd246be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169402
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Both dlopen and LoadLibrary have caching behavior and only load the
dynamic library once into the DartVM, even with multiple isolates.
Change-Id: If16791baf28706c61acb1ecdae668485b264a373
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156682
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Aske Simon Christensen <askesc@google.com>