1# Check that the output of llvm-nm -V (and --version) contains the text
2# "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 %s
6RUN: llvm-nm --version | FileCheck %s
7CHECK: GNU
8CHECK: LLVM version
9