Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-nm / libtool-version.test
blob56c974e73dff2c19a3f93e67ee64119dd38a1c02
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
7 CHECK: GNU
8 CHECK: LLVM version