SRI-CSL / whole-program-llvm

A toolkit for building whole-program LLVM bitcode files
MIT License
73 stars 11 forks source link

Add store feature #19

Closed loicgelle closed 7 years ago

loicgelle commented 7 years ago

This PR adds the possibility to copy the generated bitcode files into a directory given by an environment variable. Details are in the changed readme file.

loicgelle commented 7 years ago

@ianamason It was accidental code removal. For the rest, there are still a few changes in the DragoneggBuilder class, because I don't consider that removing unused functions is futzing.

ianamason commented 7 years ago

Good, it builds without errors now. Thanks for that Loic.

loicgelle commented 7 years ago

👍