brintos

brintos / llvm-project-archived public Read only

0
0
Text · 260 B · ebc52db Raw
9 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t3# RUN: not ld.lld %t -o /dev/null --unresolved-symbols=ignore-all -pie 2>&1 | FileCheck %s4# CHECK: error: undefined protected symbol: foo5 6.protected foo7_start:8callq foo@PLT9