Skip to content

Fix progress bar rendering on newer LLVM/Clang versions #336

@bkryza

Description

@bkryza

Since a few versions ago (it definitely works on LLVM 12), progress bar rendering has been affected by new lines added after each translation unit. This is caused by the fact that Clang writes to the stdout through it's llvm::errs() method.

This should be fixed as it makes the progress bar output during diagram generation difficult to follow...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions