blob: 251dd90f136c2f96ead9ab337e45f39f72b732eb [file] [log] [blame]
# RUN: not llvm-reduce --test FileCheck %s -o /dev/null 2>&1 | FileCheck %s
# CHECK: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.
--- |
target triple = "omgwtfbbqcpu64--"
define void @func() {
ret void
}
...
---
name: func
tracksRegLiveness: true
body: |
bb.0:
...