2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
4 # RUN: ld.lld -N -Ttext 0x100 -o %t.out %t --oformat binary
5 # RUN: od -t x1 -v %t.out | FileCheck %s --check-prefix=BIN
10 ## The same but without OMAGIC.
11 # RUN: ld.lld -Ttext 0x100 -o %t.out %t --oformat binary
12 # RUN: od -t x1 -v %t.out | FileCheck %s --check-prefix=BIN