8 lines
250 B
Text
8 lines
250 B
Text
## This tests some flags are correctly parsed even when they're not handled
|
|
|
|
# RUN: llvm-libtool-darwin -V -syslibroot foo | FileCheck %s
|
|
# RUN: llvm-libtool-darwin -h | FileCheck --check-prefix=HELP %s
|
|
|
|
# CHECK: LLVM version
|
|
|
|
# HELP-NOT: syslibroot
|