blob: 5d4af74e316244fac538b3d357607cebe4f5b872 (
plain)
1
2
3
4
|
RUN: llvm-nm --help | FileCheck %s
Check that the output of llvm-nm --help contains the literal text @FILE; this
indicates to libtool that llvm-nm does support response files.
CHECK: @FILE
|