mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
The bot has a /b directory, so /? matches against that and gets expanded to it. (Thanks to Hans's r187366, which solved the same problem for clang-cl a while ago and which saved me much head scratching.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337092 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
# Note: we have to quote the /? option, otherwise some shells will try to
|
|
# expand the ? into a one-letter filename in the root directory, and make
|
|
# the test fail is such a file or directory exists.
|
|
# RUN: llvm-lib "/?" | FileCheck %s
|
|
|
|
CHECK: OVERVIEW: LLVM Lib
|