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