This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
900edd4b54
llvm-project
/
llvm
/
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-05-01 01:42:30 +08: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-05 02:27:43 +08:00
// XFAIL: *
Fix these so that they work on non-x86 Darwin machines. llvm-svn: 72903
2009-06-05 07:37:19 +08:00
// XTARGET: x86,i386,i686
Check that the "don't barf on k8" fix is not accidentally reverted again. llvm-svn: 62587
2009-01-21 02:08:39 +08:00
long
double
x
;