468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
10 lines
281 B
ArmAsm
10 lines
281 B
ArmAsm
# RUN: llvm-mc -triple=x86_64-windows-msvc -filetype=obj -o %t.obj %s
|
|
# RUN: not lld-link -entry:__ImageBase -subsystem:console %t.obj 2>&1 | FileCheck %s
|
|
|
|
.text
|
|
# CHECK: error: relocation against symbol in discarded section: .drectve
|
|
.quad .Ldrectve
|
|
|
|
.section .drectve
|
|
.Ldrectve:
|