dotnet / jitutils

MIT License
144 stars 59 forks source link

Add `--cross` arg; replace `--coreclr` with `--runtime` #380

Closed BruceForstall closed 11 months ago

BruceForstall commented 11 months ago

Add a --cross argument for specifying to do cross compilation builds on Linux.

Replace the --coreclr argument with --runtime, to specify the root of the runtime repo.

Fix a minor bug where we output a lot of empty lines doing clang-tidy.

BruceForstall commented 11 months ago

This is a follow-up to https://github.com/dotnet/jitutils/pull/369

BruceForstall commented 11 months ago

This and https://github.com/dotnet/runtime/pull/92751 need to be merged at the same time.

BruceForstall commented 11 months ago

@kunalspathak @dotnet/jit-contrib PTAL cc @sbomer