brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 251dd90 Raw
20 lines · plain
1# RUN: not llvm-reduce --test FileCheck %s -o /dev/null 2>&1 | FileCheck %s2 3# CHECK: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.4 5--- |6  target triple = "omgwtfbbqcpu64--"7 8  define void @func() {9    ret void10  }11 12...13---14name: func15tracksRegLiveness: true16body:             |17  bb.0:18 19...20