Entry point for the lib.exe‐compatible driver used by llvm‐lib and lld‐link /lib.

Synopsis

Declared in <llvm/ToolDrivers/llvm‐lib/LibDriver.h>

int
libDriverMain(ArrayRef<char const*> ARgs);

Return Value

Zero on success; a non‐zero exit status on failure.

Parameters

Name

Description

ARgs

Command‐line arguments, including the program name as the first element.

Created with MrDocs