mirror of https://github.com/microsoft/clang.git
add comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6dc975d69d
commit
2e317f938c
|
@ -15,6 +15,7 @@
|
|||
|
||||
// Check mangled name of long double.
|
||||
// Android's gcc and llvm use fp128 for long double.
|
||||
// NaCl uses double format for long double, but still has separate overloads.
|
||||
void test(long, float, double, long double, long double _Complex) { }
|
||||
// A64: define void @_Z4testlfdgCg(i64, float, double, fp128, { fp128, fp128 }*
|
||||
// G64: define void @_Z4testlfdeCe(i64, float, double, x86_fp80, { x86_fp80, x86_fp80 }*
|
||||
|
|
Loading…
Reference in New Issue