xref: /llvm-project/llvm/test/tools/llvm-libtool-darwin/ignored-options.test (revision 142aa1bdd1dd1db9a7fecf9d157228019c794c94)
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