ΒΆllvm::Error executeObjcopyOnArchive(
    const llvm::objcopy::MultiFormatConfig&
        Config,
    const object::Archive& Ar)

Description

Applies the transformations described by \p Config to each member in archive \p Ar. Writes a result in a file specified by \p Config.OutputFilename.

Declared at: llvm/include/llvm/ObjCopy/ObjCopy.h:29

Parameters

const llvm::objcopy::MultiFormatConfig& Config
const object::Archive& Ar

Returns

any Error encountered whilst performing the operation.