1# RUN: not llvm-reduce --test FileCheck %s -o /dev/null 2>&1 | FileCheck %s 2 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 void 10 } 11 12... 13--- 14name: func 15tracksRegLiveness: true 16body: | 17 bb.0: 18 19... 20