llvm-ar (1) Linux Manual Page
NAME llvm-ar – LLVM archiver SYNOPSIS llvm-ar [-]{dmpqrtx}[Rabfikouz] [relpos] [count] <archive> [files…] DESCRIPTION The llvm-ar command is similar to the common Unix utility, "ar". It archives several files together into a single file. The intent for this is to produce archive libraries by LLVM bitcode that can be linked into an LLVM program. However, the…
