Move what's left of metadata::cwriter into middle::trans

This commit is contained in:
Brian Anderson 2011-06-27 16:09:28 -07:00
parent 45efb1f02a
commit df2cfac07f
5 changed files with 17 additions and 15 deletions

View file

@ -3,7 +3,6 @@ import driver::session;
import lib::llvm::llvm;
import middle::trans;
import middle::ty;
import metadata::cwriter;
import std::str;
import std::fs;
import std::vec;