You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing '-' for pass in ExtractIRForPassTest.py (microsoft#5918)
The default generated RUN line generated by ExtractIRForPassTest.py adds the desired pass to the options, but forgot to add the '-', so it would fail with difficult to diagnose error in dxopt during argument parsing. This adds the missing '-' so the RUN line doesn't have to be fixed in this way every time the script is used.
0 commit comments