1# REQUIRES: x86
2# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
3# RUN: not %lld -o %t -lmissing %t.o 2>&1 | FileCheck %s
4
5# CHECK: error: library not found for -lmissing
6