xref: /llvm-project/lld/test/MachO/invalid/missing-dylib.s (revision 643ec67a64ad7a686361b1d309e5088ad8f228e9)
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