Skip to content

Compiling with -S and -fno-code no longer panics (fixes #17143)

Adithya Kumar requested to merge adithyaov/ghc:i17143 into master

This is a simple fix for #17143 (closed) . Compiling with -S and -fno-code now throws a UsageError. Please let me know if this is a suitable fix.

I need a little help with writing tests: Are tests required for the change in this PR? If so, which directory of testsuite/tests should I include tests in.

Edited by Adithya Kumar

Merge request reports