all: remove stale picolibc workarounds

This commit is contained in:
Jake Bailey
2026-07-31 15:04:23 -07:00
committed by Ron Evans
parent e88a14df69
commit 5cf455248f
3 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ func runPlatTests(options compileopts.Options, tests []string, t *testing.T) {
continue
case "math.go":
// Needs newer picolibc version (for sqrt).
// LLVM fails to lower one of the required library calls.
continue
case "cgo/":