1// REQUIRES: x86 2// RUN: llvm-ar rc %t.a 3// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o 4// RUN: ld.lld -shared %t.o %t.a -o /dev/null 5