This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2025-02-14 17:57:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102722 91177308-0d34-0410-b5e6-96231b3b80d8
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72876 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 18:27:43 +00:00
// XFAIL: *
Fix these so that they work on non-x86 Darwin machines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72903 91177308-0d34-0410-b5e6-96231b3b80d8
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62587 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-20 18:08:39 +00:00
long
double
x
;
Reference in New Issue
Copy Permalink