[dartfuzz] Build the compressed pointer configurations.

Change-Id: I420a9fd47742ea8b86bd2dcc71bf105f2ef4bc80
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193440
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak 2021-03-30 00:12:48 +00:00 committed by commit-bot@chromium.org
parent e35ba5b9e3
commit 92c2fca87d

View file

@ -244,12 +244,15 @@
"out/DebugIA32/",
"out/DebugSIMARM/",
"out/DebugSIMARM64/",
"out/DebugSIMARM64C/",
"out/DebugX64/",
"out/ProductX64/",
"out/DebugX64C/",
"out/ReleaseIA32/",
"out/ReleaseSIMARM/",
"out/ReleaseSIMARM64/",
"out/ReleaseSIMARM64C/",
"out/ReleaseX64/",
"out/ReleaseX64C/",
"third_party/pkg/",
"third_party/pkg_tested/",
"tools/sdks/dart-sdk/",
@ -3666,7 +3669,7 @@
"script": "tools/build.py",
"arguments": [
"--mode=debug,release",
"--arch=x64,simarm64",
"--arch=x64,x64c,simarm64,simarm64c",
"runtime",
"dart_precompiled_runtime"
]