
Add Xtensa esp32 and esp8266 cpus. Implement target parser to recognise Xtensa hardware features.
9 lines
165 B
LLVM
9 lines
165 B
LLVM
; 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
|
|
}
|
|
|