brintos

brintos / llvm-project-archived public Read only

0
0
Text · 340 B · 521faa8 Raw
7 lines · plain
1; REQUIRES: object-emission2 3; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t4; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK5; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t26; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll7