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 D11466
Correct x86_64 Android fp128 mangled name chh on Jul 23 2015, 10:21 AM. Authored by
Details These changes are for Android x86_64 targets to be compatible with current Android g++. https://llvm.org/bugs/show_bug.cgi?id=23897
Diff Detail Event Timeline
Comment Actions Thanks, this seems almost done. Sorry for missing the -O on the first round.
Comment Actions Thanks for the review and approval. I will commit this patch when I get my commit access request approved. |
This test is called x86-long-double.cpp but you have powerpc tests here.