llvm-for-llvmta/test/tools/llvm-objcopy/COFF/strip-reloc-symbol.test

6 lines
338 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
RUN: yaml2obj %p/Inputs/strip-symbols.yaml -o %t.o
RUN: not llvm-objcopy -N foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
RUN: not llvm-objcopy --strip-symbol foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
ERROR: error: '{{.*}}{{/|\\}}strip-reloc-symbol.test.tmp.o': not stripping symbol 'foo' because it is named in a relocation