-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-windows
Milestone
Description
This issue is to eliminate the dependency on clang here:
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", .{}); |
Line 4839 in 1c85b0a
const exit_code = try clangMain(arena, argv.items); |
Related:
cc @squeek502
squeek502 and lin72hlin72h
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-windows