Create a hashing output file for Path.

Synopsis

Declared in <llvm/Support/HashingOutputBackend.h>

virtual
Expected<std::unique_ptr<OutputFileImpl>>
createFileImpl(
    StringRef Path,
    std::optional<OutputConfig> Config) override;

Return Value

A hashing output file for Path, or an error on failure.

Parameters

Name

Description

Path

Output path whose contents will be hashed.

Config

Optional output configuration; unused by this backend.

Created with MrDocs