brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · 9773c94 Raw
8 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o4# RUN: echo "{ local: *; };" > %t.list5# RUN: not ld.lld -dynamic-list %t.list -shared %t.o -o /dev/null 2>&1 | FileCheck %s6 7# CHECK: error: {{.*}}:1: "local:" scope not supported in --dynamic-list8