dotnet / jitutils

MIT License
146 stars 59 forks source link

Cleanup jitutils build #343

Closed BruceForstall closed 2 years ago

BruceForstall commented 2 years ago

Two changes:

  1. Remove wrapper scripts; use framework-dependent executable builds for tools (e.g., "jit-analyze.exe")
  2. Remove build -f option and src\packages directory. These are no longer needed.

Fixes https://github.com/dotnet/jitutils/issues/340, https://github.com/dotnet/jitutils/issues/341

@dotnet/jit-contrib PTAL