brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · 38fbe7e Raw
6 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o3# RUN: not %lld -o %t -lmissing %t.o 2>&1 | FileCheck %s4 5# CHECK: error: library not found for -lmissing6