[llvm] [Xtensa] Add esp32/esp8266 cpus implementation. (PR #152409)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 9 19:18:35 PDT 2025


================
@@ -0,0 +1,7 @@
+; 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
+}
----------------
arsenm wrote:

```suggestion
}

```

End of file whitespace error 

https://github.com/llvm/llvm-project/pull/152409


More information about the llvm-commits mailing list