brintos

brintos / llvm-project-archived public Read only

0
0
Text · 308 B · f916fe7 Raw
13 lines · plain
1// REQUIRES: x862// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux3// RUN: echo "V1 {};" > %t.script4// RUN: not ld.lld -shared -version-script=%t.script %t.o -o /dev/null 2>&1 \5// RUN:   | FileCheck %s6 7// CHECK: .o: symbol foo@V2 has undefined version V28 9.globl foo@V210.text11foo@V2:12  ret13