2 # RUN: split-file %s %t.dir && cd %t.dir
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-windows test.s -o test.obj
5 # RUN: llvm-mc -filetype=obj -triple=x86_64-windows drectve.s -o drectve.obj
7 # RUN: env LLD_IN_TEST=1 not lld-link -out:out.dll test.obj -dll -entry: 2>&1 | FileCheck %s
8 # RUN: env LLD_IN_TEST=1 not lld-link -out:out.dll test.obj -dll drectve.obj 2>&1 | FileCheck %s
10 # CHECK: error: missing entry point symbol name
19 .section .drectve, "yn"