[VM] Remove support for --no-sound-null-safety mode

This CL removes support for --no-sound-null-safety option, the VM will
only run sound null safety code.

First part of deleting support for legacy and unsound null safe code.

TEST=CI

Change-Id: I9dbed10a18ef102533d6af516ff5075297d17b74
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357183
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva
2024-04-05 19:38:12 +00:00
committed by Commit Queue
parent 6e11b5dd40
commit 8e2acda7d6
31 changed files with 107 additions and 422 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ application_snapshot("generate_dartdev_snapshot") {
"../dtd:dtd",
]
vm_args = [ "--sound-null-safety" ]
vm_args = []
output = "$root_gen_dir/dartdev.dart.snapshot"
}