-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ILCompiler --make-repro-path option is not working in .net8 #78921
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescription
Reproduction StepsThis is a minimal repro scenario which causes the failure:
NOTE: This response file does not make much sense and will throw somewhere else in the ILCompiler, but is good enough to reproduce the issue and generate the zip when fixed. Expected behaviorThe repro package is created. Actual behaviorThe ilc compiler throws with:
Regression?No response Known WorkaroundsNo response Configuration
Other informationNo response
|
cc @am11 This looks like a regression from System.CommandLine conversion. |
Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com> Fixes #78921
Description
--make-repro-path
command line options seems to be broken in NativeAOT compiler (most likely in Crossgen2 as well) on the main branch.Reproduction Steps
This is a minimal repro scenario which causes the failure:
./build.sh clr+clr.aot
./dotnet.sh exec ./artifacts/bin/coreclr/OSX.arm64.Debug/ilc/ilc.dll @test.rsp
NOTE: This response file does not make much sense and will throw somewhere else in the ILCompiler, but is good enough to reproduce the issue and generate the zip when fixed.
Expected behavior
The repro package is created.
Actual behavior
The ilc compiler throws with:
Regression?
No response
Known Workarounds
No response
Configuration
Other information
No response
The text was updated successfully, but these errors were encountered: