[PATCH] D28978: [ThinLTO] Add an auto-hide feature

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 06:49:08 PST 2017


tejohnson added a comment.

FYI I also just confirmed that this patch was causing linker errors in SPEC 450.soplex of the form:

/usr/bin/ld: error: hidden symbol '_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc' is not defined locally
/usr/bin/ld: error: hidden symbol '_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_' is not defined locally


Repository:
  rL LLVM

https://reviews.llvm.org/D28978





More information about the llvm-commits mailing list