dotnet / jitutils

MIT License
144 stars 59 forks source link

Update jit-format to work on arm64 Mac #407

Closed BruceForstall closed 5 months ago

BruceForstall commented 5 months ago

The current version of clang-format/clang-tidy that we're using (3.8) doesn't have an arm64 Mac version, but this allows jit-format to work with newer clang-format/clang-tidy that do work on arm64 Mac.

BruceForstall commented 5 months ago

@dotnet/jit-contrib PTAL

BruceForstall commented 5 months ago

Subsumed by #408