3eb9f5374e
The clang-tidy check in PRESUBMIT.py is only run on Linux x64 hosts, so CLs uploaded from other machines can introduce clang-tidy lint violations. Running `git cl presubmit --files="runtime/*.cc;runtime/*.h"` revealed one violation in `runtime/vm/compiler/ffi/unit_test_custom_zone.cc`. This file is not part of the normal build only of cc unit tests, so it is built with different ifdefs which are not supplied from the `run_clang_tidy.dart` script, so skip it. Change-Id: Iddf0256625a092038f4a908ac5311a2dc9a8d62b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/363561 Auto-Submit: Daco Harkes <dacoharkes@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>