This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 08:23:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
3cda8bc78e
llvm-mirror
/
test
/
FrontendC
/
2009-01-20-k8.c
5 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Add -o /dev/null to some tests which don't care about their output. llvm-svn: 102722
2010-04-30 19:42:30 +02:00
// RUN: %llvmgcc %s -S -march=k8 -o /dev/null
For XTARGET to work on targets not in the list, there must also be an XFAIL line. Fix a couple examples of this. llvm-svn: 72876
2009-06-04 20:27:43 +02:00
// XFAIL: *
Fix these so that they work on non-x86 Darwin machines. llvm-svn: 72903
2009-06-05 01:37:19 +02:00
// XTARGET: x86,i386,i686
Check that the "don't barf on k8" fix is not accidentally reverted again. llvm-svn: 62587
2009-01-20 19:08:39 +01:00
long
double
x
;
Reference in New Issue
Copy Permalink