internal/rosa: fixed-size toolchain enum

This fits in an inlined uint32 IR value.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-15 00:58:14 +09:00
parent 4f570cc5c9
commit f9c31df94d

View File

@@ -99,7 +99,7 @@ func earlyCXXFLAGS() string {
} }
// Toolchain denotes the infrastructure to compile a [pkg.Artifact] on. // Toolchain denotes the infrastructure to compile a [pkg.Artifact] on.
type Toolchain uintptr type Toolchain uint32
const ( const (
// _toolchainBusybox denotes a busybox installation from the busyboxBin // _toolchainBusybox denotes a busybox installation from the busyboxBin