Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 339 Bytes

Compcert in Ascent

This repository contains the code to implement some of compcert's passes in ascent.

Installation

git clone https://github.com/StarGazerM/ascent-plusplus.git
git clone https://github.com/AbsInt/CompCert.git
rm CompCert/backend/PrintMach.ml
ln -s $(pwd)/misc/printMach.ml CompCert/backend/PrintMach.ml