brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 7560890 Raw
8 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o4# RUN: echo "{ }; foo;" > %t.list5# RUN: not ld.lld -dynamic-list %t.list -shared %t.o -o /dev/null 2>&1 | FileCheck %s6 7# CHECK: error: {{.*}}:1: EOF expected, but got foo8