]> granicus.if.org Git - clang/commit
Add NaCl to long double/fp128 mangling test
authorDerek Schuff <dschuff@google.com>
Tue, 11 Aug 2015 00:19:53 +0000 (00:19 +0000)
committerDerek Schuff <dschuff@google.com>
Tue, 11 Aug 2015 00:19:53 +0000 (00:19 +0000)
commit6dc975d69d367ad4b36b090b052c0960409597b2
tree17f4f996f28c51fd9f452b6109e7d0546dc83fbb
parent8e4d11fc26097ca34c55795f50152b23345b056c
Add NaCl to long double/fp128 mangling test

Summary:
NaCl is a platform where long double is the same as double.
Its mangling is spelled with "long double" but its ABI lowering is the same
as double.

Reviewers: rnk, chh

Subscribers: jfb, cfe-commits, dschuff

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244541 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/long_double_fp128.cpp