mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
On i386, llvm-gcc cannot be assumed to support -m64. Since these
tests pass here (i686-linux and x86-64-linux) without -m64, simply remove the -m64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca64b6ad0e
commit
3dbbb3d398
@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc %s -c -O3 -m64 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s
|
||||
// RUN: %llvmgcc %s -c -O3 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s
|
||||
// r9 used to be clobbered before its value was moved to r10. 7993104.
|
||||
|
||||
void foo(int x, int y) {
|
||||
@ -14,4 +14,4 @@ void foo(int x, int y) {
|
||||
lr9 = x;
|
||||
lr10 = foo;
|
||||
asm volatile("bar" : "=r"(lr9) : "r"(lr9), "r"(lr10));
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc %s -m64 -S -o - | FileCheck %s
|
||||
// RUN: %llvmgcc %s -S -o - | FileCheck %s
|
||||
// Exercise various use cases for local asm "register variables".
|
||||
// XFAIL: *
|
||||
// XTARGET: x86_64,i686,i386
|
||||
|
Loading…
x
Reference in New Issue
Block a user