bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-nm/libtool-version.test

9 lines
295 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# Check that the output of llvm-nm -V (and --version) contains the text
# "GNU" somewhere, to let libtool know that it is compatible with GNU nm.
# Also check that it contains the LLVM version.
RUN: llvm-nm -V | FileCheck %s
RUN: llvm-nm --version | FileCheck %s
CHECK: GNU
CHECK: LLVM version