13 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj %s -o %t.obj4# RUN: lld-link %t.obj -out:%t.dll -dll -noentry -nodefaultlib -dependentloadflag:0x800 2>&1 | FileCheck %s5# CHECK: lld-link: warning: '_load_config_used' structure too small to include DependentLoadFlags6 7 .section .rdata,"dr"8 .balign 89.globl _load_config_used10_load_config_used:11 .long 0x4c12 .fill 0x48, 1, 013