hasMatchingLLVMVersions

Compares LLVM versions used by ldc2 and zig cc.

version(LDC)
@safe
bool
hasMatchingLLVMVersions
()

Return Value

Type: bool

true if versions match, false otherwise.

Throws

Exception if command execution fails or versions cannot be parsed.

Meta