You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
297 B
11 lines
297 B
4 months ago
|
# REQUIRES: x86
|
||
|
# 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:
|