Remove TODO and stop forcing LLVM usage (again)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-05-15 21:46:20 +02:00
parent 9b1965a3d8
commit afee1d9194
2 changed files with 0 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ pub fn build(b: *std.Build) !void {
.optimize = optimize,
.link_libc = true,
}),
.use_llvm = true,
});
const ly_ui = b.dependency("ly_ui", .{

View File

@@ -235,7 +235,6 @@ fn PlatformStruct() type {
const platform_struct = PlatformStruct();
// TODO 0.16.0: Can we get away with this?
pub fn isError(result: anytype) bool {
if (@typeInfo(@TypeOf(result)).int.signedness == .signed) {
return result < 0;