Give these callbacks hidden visibility. It is better to not export them more
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 15 Feb 2013 14:15:59 +0000 (14:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 15 Feb 2013 14:15:59 +0000 (14:15 +0000)
commit91cbcbb90972de069c5077490c987dbe0fe59dac
tree9cacfacb87a58494d8de92eac54b6b0f85447a2f
parent9b7d4004bcd708be25036585fbd5409a4ddd181c
Give these callbacks hidden visibility. It is better to not export them more
than we need to and some ELF linkers complain about directly accessing symbols
with default visibility.

llvm-svn: 175268
llvm/lib/Target/PowerPC/PPCJITInfo.cpp
llvm/lib/Target/X86/X86JITInfo.cpp