mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-11 08:07:22 +00:00
a67352d401
This avoids FileCheck failing over different comment characters in assembly (notably powerpc64 on Linux vs Darwin) and should fix David's build-bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171886 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
270 B
LLVM
9 lines
270 B
LLVM
; RUN: llc -mtriple=powerpc64-none-linux < %s | FileCheck --check-prefix=BIGENDIAN %s
|
|
|
|
@var = global fp128 0xL00000000000000008000000000000000
|
|
|
|
; CHECK-BIGENDIAN: var:
|
|
; CHECK-BIGENDIAN-NEXT: .quad -9223372036854775808 # fp128 -0
|
|
; CHECK-BIGENDIAN-NEXT: .quad 0
|
|
|