DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
97 stars 14 forks source link

Tools should delete output file on failure. #115

Closed hach-que closed 12 years ago

hach-que commented 12 years ago

Tools should delete the output file (unless it is standard output) if the build fails. This ensures correct behavior in build systems.

hach-que commented 12 years ago

Both the assembler and linker behave correctly in this situation, it is only the compiler which now needs to be updated.

hach-que commented 12 years ago

This issue has now been addressed in the compiler as well.