brintos

brintos / llvm-project-archived public Read only

0
0
Text · 352 B · 0be287a Raw
13 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/abs.s -o %tabs3// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t4// RUN: ld.lld %tabs %t -o %tout5// RUN: llvm-objdump --no-print-imm-hex -d %tout | FileCheck %s6 7.global _start8_start:9  movl $abs, %edx10 11//CHECK:      <_start>:12//CHECK-NEXT: movl	$66, %edx13