Skip to content
Snippets Groups Projects
Commit 07dce2f3 authored by Arsen Arsenović's avatar Arsen Arsenović Committed by Matthew Pickering
Browse files

ghc-toolchain: Don't leave stranded a.outs when testing for -g0

This happened because, when ghc-toolchain tests for -g0, it does so by
compiling an empty program.  This compilation creates an a.out.

Since we create a temporary directory, lets place the test program
compilation in it also, so that it gets cleaned up.

Fixes: 25b0b404
Closes: ghc/ghc#25203
parent 1f95c5e4
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment