9 lines · plain
1## This tests some flags are correctly parsed even when they're not handled2 3# RUN: llvm-libtool-darwin -V -syslibroot foo | FileCheck %s4# RUN: llvm-libtool-darwin -h | FileCheck --check-prefix=HELP %s5 6# CHECK: LLVM version7 8# HELP-NOT: syslibroot9