[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ifs / output-format-deprecation.test
blob9ffd76fece55c62366496f91bec8d714fc3bdc7f
1 ## Test running llvm-ifs with --output-format option to generate deprecation warnings
3 # RUN: llvm-ifs  --output-format=IFS --output=%t %s 2>&1 | FileCheck %s --check-prefix=WARNING
4 # RUN: not llvm-ifs  --output-format=IFS --output=%t --output-ifs=%t %s 2>&1 | FileCheck %s --check-prefix=ERROR
6 --- !ifs-v1
7 SoName: somelib.so
8 IfsVersion: 3.0
9 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
10 Symbols: []
11 ...
13 # WARNING: warning: --output-format option is deprecated, please use --output-{FILE_FORMAT} options instead
14 # ERROR: error: '--output-format' cannot be used with '--output-{FILE_FORMAT}' options at the same time