Don't make assumptions about the mangling of static functions in extern "C"
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 15 Feb 2013 14:08:43 +0000 (14:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 15 Feb 2013 14:08:43 +0000 (14:08 +0000)
commit9fa05f98e0e8410bc8c5e4000e0d47880f8b37c4
treebe0a09ddf27ac7b799c015a6b597474de7cb76fd
parent74ecd214e267c9b24d824a6403d2f89aff1a7697
Don't make assumptions about the mangling of static functions in extern "C"
blocks. We still don't have consensus if we should try to change clang or
the standard, but llvm should work with compilers that implement the current
standard and mangle those functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175267 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/X86/X86JITInfo.cpp