11 lines · plain
1// REQUIRES: x862// Check that sections marked as IMAGE_SCN_LNK_INFO are excluded from the output.3 4// RUN: llvm-mc -filetype=obj -triple=x86_64-windows %s -o %t.obj5// RUN: lld-link -machine:amd64 -dll -noentry %t.obj -out:%t.dll6// RUN: llvm-readobj --headers %t.dll | FileCheck %s7// CHECK-NOT: Name: .test8 9 .section .test,"i"10 .long 111