This website requires JavaScript.
Explore
Help
Register
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-12-13 22:58:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
007957687e
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 17:42:30 +00: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 18:27:43 +00:00
// XFAIL: *
Fix these so that they work on non-x86 Darwin machines. llvm-svn: 72903
2009-06-04 23:37:19 +00: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 18:08:39 +00:00
long
double
x
;
Reference in New Issue
Copy Permalink