lean-llvm icon indicating copy to clipboard operation
lean-llvm copied to clipboard

parseAssembly should take a data layout param

Open pnwamk opened this issue 4 years ago • 0 comments

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).

pnwamk avatar Jun 23 '20 21:06 pnwamk