1## This tests some flags are correctly parsed even when they're not handled
2
3# RUN: llvm-libtool-darwin -V -syslibroot foo | FileCheck %s
4# RUN: llvm-libtool-darwin -h | FileCheck --check-prefix=HELP %s
5
6# CHECK: LLVM version
7
8# HELP-NOT: syslibroot
9