llvm-ar-14 (1) Linux Manual Page
NAME llvm-ar – LLVM archiver SYNOPSIS llvm-ar [-]{dmpqrstx}[abcDilLNoOPsSTuUvV] [relpos] [count] archive [files…] DESCRIPTION The llvm-ar command is similar to the common Unix utility, ar. It archives several files, such as objects and LLVM bitcode files into a single archive library that can be linked into a program. However, the archive can contain any kind of…
