brintos

brintos / llvm-project-archived public Read only

0
0
Text · 346 B · 07492a4 Raw
8 lines · plain
1## This test checks the error message displayed if the destination2## is stdout and separate debug info file is requested.3 4# RUN: yaml2obj %p/Inputs/common.yaml -o %t.o5# RUN: not llvm-dwarfutil --separate-debug-file %t.o - 2>&1 | FileCheck --check-prefix CHECK %s6 7# CHECK: error: unable to write to stdout when --separate-debug-file specified8