brintos

brintos / llvm-project-archived public Read only

0
0
Text · 333 B · b17987f Raw
9 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o4# RUN: not ld.lld %t.o -o /dev/null -L %t.dir 2>&1 | FileCheck %s -DOBJ=%t.o5# CHECK: error: [[OBJ]]: corrupted dependent libraries section (unterminated string): .deplibs6 7.section ".deplibs","MS",@llvm_dependent_libraries,18    .ascii  ":foo.a"9