Rename CODE_OWNERS -> Maintainers (#114544)
[llvm-project.git] / lld / test / COFF / reloc-discarded-early2.s
blobc5589dc89935e583ff2539d0716681e0b694d18b
1 # REQUIRES: x86
2 # RUN: llvm-mc -triple=x86_64-windows-msvc -filetype=obj -o %t.obj %s
3 # RUN: not lld-link -entry:__ImageBase -subsystem:console %t.obj 2>&1 | FileCheck %s
5 .text
6 # CHECK: error: relocation against symbol in discarded section: .drectve
7 .quad .Ldrectve
9 .section .drectve
10 .Ldrectve: