lean-llvm
lean-llvm copied to clipboard
parseAssembly should take a data layout param
Currently parseAssembly uses a hard coded data layout string for expediency. We should probably just take a data_layout structure and use it's toString
instance method or similar (which doesn't yet exist I believe).