This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Given that it's a module pass and you've got a doInitialization you could just cache it, but this is fine too.
Thanks!
-eric