Skip to content

make resinator use aro's preprocessor instead of clang #17752

Closed
@andrewrk

Description

@andrewrk

This issue is to eliminate the dependency on clang here:

zig/src/Compilation.zig

Lines 4596 to 4600 in 1c85b0a

if (!build_options.have_llvm) {
return comp.failWin32Resource(win32_resource, "clang not available: compiler built without LLVM extensions", .{});
}
const self_exe_path = comp.self_exe_path orelse
return comp.failWin32Resource(win32_resource, "clang compilation disabled", .{});

const exit_code = try clangMain(arena, argv.items);

Related:

cc @squeek502

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.os-windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions