Be sure to set the DataLayout before checking the cache.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Jun 2015 14:42:34 +0000 (14:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Jun 2015 14:42:34 +0000 (14:42 +0000)
commit6763f5a43e95bcedb344e3007bcf394a7a0afaff
tree5f826c6f6dc3c297b3084d2ab6cd6989d1f76e31
parentd88d79c79ded947d3f27a94ef096aa4a24c9a4f2
Be sure to set the DataLayout before checking the cache.

This makes sure the same mangling is used.

Should fix the OS X bots.

llvm-svn: 240411
llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp