]> granicus.if.org Git - clang/commit
Merging r243133:
authorHans Wennborg <hans@hanshq.net>
Fri, 14 Aug 2015 20:59:12 +0000 (20:59 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 14 Aug 2015 20:59:12 +0000 (20:59 +0000)
commit231513f1887d17a48c28b8c66a40107680da9e12
treebbb4df16a151457124ef1642a781d20998c9a876
parent3111d46da2f9fa294bcdfcb474cc00b90312c7a9
Merging r243133:
------------------------------------------------------------------------
r243133 | chh | 2015-07-24 11:12:54 -0700 (Fri, 24 Jul 2015) | 8 lines

Correct x86_64 Android fp128 mangled name

These changes are for Android x86_64 targets to be compatible with current Android g++.
https://llvm.org/bugs/show_bug.cgi?id=23897
Use 'g' and 'Cg' for "long double" and "long double _Complex" mangled type names.

Differential Revision: http://reviews.llvm.org/D11466

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_37@245095 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGen/long_double_fp128.cpp [new file with mode: 0644]