This is an archive of the discontinued LLVM Phabricator instance.

[bazel] Add build rule for llvm-remark-size-diff
ClosedPublic

Authored by kuhar on Mar 15 2022, 2:31 PM.

Details

Summary

This binary is used in LIT tests.

Test: bazel run --config=generic_clang -c opt @llvm-project//llvm:llvm-remark-size-diff -- --help

Diff Detail

Event Timeline

kuhar created this revision.Mar 15 2022, 2:31 PM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Mar 15 2022, 2:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 2:31 PM
kuhar edited the summary of this revision. (Show Details)Mar 15 2022, 2:32 PM
dblaikie accepted this revision.Mar 16 2022, 11:03 AM

Sounds alright to me - thanks! (unless someone's already committed this/something like this)

This revision is now accepted and ready to land.Mar 16 2022, 11:03 AM
This revision was automatically updated to reflect the committed changes.