Skip to content
Commit c7f09cca authored by Greg Clayton's avatar Greg Clayton
Browse files

Fixed a crasher that was happening after making ObjectFile objects have a

weak reference back to the Module. We were crashing when trying to make a
memory object file since it was trying to get the object in the Module 
constructor before the "Module *" had been put into a shared pointer, and the
module was trying to initialize a weak pointer back to it.

llvm-svn: 151397
parent 7f991428
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment