Skip to content

Make a New Logging Service Decoupled From llvm::dbgs() and LLVM_DEBUG #46

@matinraayai

Description

@matinraayai

Currently Luthier uses the LLVM_DEBUG mechanism from LLVM defined under <llvm/Support/Debug.h>; However, it will only be enabled if NDEBUG was enabled when building LLVM, and it is not reasonable to expect the LLVM used has this enabled.

Therefore, it would be great to have a logging mechanism that still depends on LLVM streams but is decoupled from LLVM's debug flags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions