Return a StringRef instead of a Comdat*.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 17 Oct 2016 18:51:02 +0000 (18:51 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 17 Oct 2016 18:51:02 +0000 (18:51 +0000)
commit62382c930d2fb403d1876bb8d0a8c50665dce704
tree113dfa26c69a8dc36130e911191a58dffbe9b38c
parentc197ae0d74a71c45788a6872f57f51b024ef7c02
Return a StringRef instead of a Comdat*.

This is a small step in making this interface compatible with an
bitcode symbol table.

llvm-svn: 284408
llvm/include/llvm/LTO/LTO.h
llvm/tools/gold/gold-plugin.cpp