blob: 360761cbbbb6795d2c2c2dc905ead366472e6a75 [file] [log] [blame]
; RUN: llc < %s --mtriple=xtensa --mcpu=invalid 2>&1 | FileCheck %s
; CHECK: {{.*}} is not a recognized processor for this target
define void @f() {
ret void
}