[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / lld / test / COFF / deploadflag-cfg-short.s
blob9cc5248044d8a3917aecbb9a986046007ce8b1d1
1 # REQUIRES: x86
3 # RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj %s -o %t.obj
4 # RUN: lld-link %t.obj -out:%t.dll -dll -noentry -nodefaultlib -dependentloadflag:0x800 2>&1 | FileCheck %s
5 # CHECK: lld-link: warning: '_load_config_used' structure too small to include DependentLoadFlags
7 .section .rdata,"dr"
8 .balign 8
9 .globl _load_config_used
10 _load_config_used:
11 .long 0x4c
12 .fill 0x48, 1, 0