2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3 # RUN: ld.lld -o %t1 %t
4 # RUN: llvm-objdump --section-headers %t1 | FileCheck %s
5 # RUN: ld.lld -r -o %t1 %t
6 # RUN: llvm-objdump --section-headers %t1 | FileCheck --check-prefix=RELOCATABLE %s