brintos

brintos / llvm-project-archived public Read only

0
0
Text · 377 B · 630af6e Raw
16 lines · plain
1# REQUIRES: x862# RUN: llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o %t.obj3# RUN: not lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe 2>&1 | FileCheck %s4 5# secrel relocations against absolute symbols are errors.6 7# CHECK: SECREL relocation cannot be applied to absolute symbols8 9.text10.global main11main:12ret13 14.section .rdata,"dr"15.secrel32 __guard_fids_table16