9 lines · plain
1# Check that the output of llvm-nm -V (and --version) contains the text2# "GNU" somewhere, to let libtool know that it is compatible with GNU nm.3# Also check that it contains the LLVM version.4 5RUN: llvm-nm -V | FileCheck %s6RUN: llvm-nm --version | FileCheck %s7CHECK: GNU8CHECK: LLVM version9