Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-dwp / X86 / handle_strx.test
blobc62f923f30e2284288601257ba56eafa369826dd
1 RUN: llvm-dwp %p/../Inputs/handle_strx/dw5.dwo -o %t 2>/dev/null
2 RUN: llvm-dwarfdump --verbose %t 2>/dev/null | FileCheck --check-prefix=READ_STRX %s
4 RUN: not llvm-dwp %p/../Inputs/handle_strx/dw5.dwo %p/../Inputs/handle_strx/dw5.dwo -o %t 2>&1 \
5 RUN:   | FileCheck --check-prefix=PARSE_STRX %s
8 dw5.o is compiled from a file that contains a single empty void function,
9 with options -gdwarf-5 and -gsplit-dwarf.
11 READ_STRX: DW_AT_name [DW_FORM_strx1]{{.*}}dw5.cc
13 PARSE_STRX: error: duplicate DWO ID ({{.*}}) in 'dw5.cc' (from 'dw5.dwo') and 'dw5.cc' (from 'dw5.dwo')