Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: test/CodeGen/long-double-x86-nacl.c

Issue 10986071: Properly factor Native Client defines to support NaCl OS on ARM and x86 (Closed) Base URL: http://llvm.org/git/clang.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/CodeGen/arm-aapcs-vfp.c ('k') | test/CodeGen/x86_64-arguments-nacl.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-unknown-nacl | FileCheck %s
2
3 long double x = 0;
4 int checksize[sizeof(x) == 8 ? 1 : -1];
5
6 // CHECK: define void @s1(double %a)
7 void s1(long double a) {}
OLDNEW
« no previous file with comments | « test/CodeGen/arm-aapcs-vfp.c ('k') | test/CodeGen/x86_64-arguments-nacl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698