Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Linker / type-unique-simple2.ll
blob521faa8279f9bf64f84803b89ac9215e49eec34a
1 ; REQUIRES: object-emission
3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
5 ; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll