Add PR check to suggest alternatives to using undef (#118506)
[llvm-project.git] / llvm / test / tools / llvm-dwarfutil / ELF / X86 / error-separate-file-stdout.test
blob07492a495a9e3ab0ab5a9ef7f41c13870ffd2092
1 ## This test checks the error message displayed if the destination
2 ## is stdout and separate debug info file is requested.
4 # RUN: yaml2obj %p/Inputs/common.yaml -o %t.o
5 # RUN: not llvm-dwarfutil --separate-debug-file %t.o - 2>&1 | FileCheck --check-prefix CHECK %s
7 # CHECK: error: unable to write to stdout when --separate-debug-file specified