11 lines · plain
1# REQUIRES: x86 && !thread_support2# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o3 4# RUN: not %lld --read-workers=1 %t.o -o /dev/null5 6# CHECK: error: --read-workers=: option unavailable because lld was built without thread support7 8.globl _main9_main:10 ret11