From: Derek Schuff Date: Tue, 11 Aug 2015 00:19:54 +0000 (+0000) Subject: add comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e317f938c72434415d26db1c63b91c72cb2f7aa;p=clang add comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/long_double_fp128.cpp b/test/CodeGen/long_double_fp128.cpp index 2176bc2e5c..713a6337a7 100644 --- a/test/CodeGen/long_double_fp128.cpp +++ b/test/CodeGen/long_double_fp128.cpp @@ -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 }*