mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
4b5e7542df
Summary: These options are not implemented yet but we act as if they are always given. The integrated assembler is driven by the clang driver so the e_flag test cases should match the e_flags emitted by GCC+GAS rather than GAS by itself. Differential Revision: http://reviews.llvm.org/D4536 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213242 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
418 B
ArmAsm
13 lines
418 B
ArmAsm
# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
|
|
# RUN: llvm-readobj -h | \
|
|
# RUN: FileCheck %s -check-prefix=CHECK-OBJ
|
|
# RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
|
|
# RUN: FileCheck %s -check-prefix=CHECK-ASM
|
|
|
|
# This *MUST* match the output of 'gcc -c' compiled with the same triple.
|
|
# CHECK-OBJ: Flags [ (0x50001404)
|
|
|
|
# CHECK-ASM: .nan 2008
|
|
|
|
.nan 2008
|