Follow up of #63372.
- We'll add a
dart test -c cli that will use dart build cli under the hood. It will not properly support sanitizers for now.
We'll use sanitized dylibs from build hooks, and a sanitized aotruntime.
However, since the AOT snapshot is appended, none of the compiled Dart symbols will show up in sanitizer error messages.
To support sanitizers and build hooks together, we'll need to:
Use case:
Follow up of #63372.
We'll use sanitized dylibs from build hooks, and a sanitized aotruntime.
However, since the AOT snapshot is appended, none of the compiled Dart symbols will show up in sanitizer error messages.
To support sanitizers and build hooks together, we'll need to:
dart build clisupport a separate aotruntime mode? #63435dart test -c clito accept the--target-sanitizerflag.Use case: