qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit be1f7cbf23a11977bcf8f18dd7fa0c4fb52f336a
parent f54da035bc368eb593e671902bf67893a07d173b
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue, 24 Nov 2015 22:13:44 -0500

signal error for failed compilations

Diffstat:
Mminic/mcc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/minic/mcc b/minic/mcc @@ -35,6 +35,7 @@ cc $flags /tmp/minic.s if test $? -ne 0 then echo "error processing file $file" >&2 + exit 1 fi