[llvm-commits] [llvm] r159136 - in /llvm/trunk: include/llvm/GlobalValue.h lib/Transforms/IPO/GlobalOpt.cpp test/Transforms/GlobalOpt/hidden.ll

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jun 26 16:09:23 PDT 2012


> Sounds a lot like pr13124. I don't think it causes real problem as the
> destructor is output on any file that does use it, but it would it
> would be cleaner if we could output it as a strong symbol in only one
> file.

OK, I was able to reproduce the problem with cmake
-DBUILD_SHARED_LIBS=ON. Debugging it. Do revert the patch if you want.

Cheers,
Rafael



More information about the llvm-commits mailing list