mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
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