This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-19 17:37:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1bc1e6407f
llvm-6502
/
test
/
FrontendC
/
2009-01-20-k8.c
5 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
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
// RUN: %llvmgcc %s -S -march=k8
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