qbe

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

commit a72705c34373c46577e0ab21b4249f4b3fcfcb83
parent 34ffd36a0c43bab1e8ee675e1d9cd31133c5d116
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Sun,  5 Apr 2015 15:10:47 -0400

remove default tests in Elf

Diffstat:
Melf.ml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/elf.ml b/elf.ml @@ -189,6 +189,7 @@ let barebones_elf oc fn text = ] +(* let _ = let oc = open_out "test.o" in let text = String.concat "" @@ -196,3 +197,4 @@ let _ = ; "\xc3" (* retq *) ] in barebones_elf oc "main" text +*)