3 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o
5 # RUN: %lld -L %t %t/main.o -lhello.o -o %t/a.out
6 # RUN: llvm-nm %t/a.out | FileCheck %s