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.
5 RUN: llvm-nm -V | FileCheck %s
6 RUN: llvm-nm --version | FileCheck %s