Filenames are case-insensitive on Windows, so when we dispatch based on argv0, we need to handle it case-insensitively. Fixes https://bugs.llvm.org/show_bug.cgi?id=32637. llvm-svn: 300087
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
# REQUIRES: system-windows
|
|
# RUN: not LLD-LINK 2>&1 | FileCheck %s
|
|
CHECK: no input files
|