This is an archive of the discontinued LLVM Phabricator instance.

[benchmark] Silence warning by applying upstream patch
ClosedPublic

Authored by kbobyrev on Aug 28 2018, 2:55 AM.

Details

Summary

Compiling benchmark library (introduced in D50894) with the latest bootstrapped Clang produces a lot of warnings, this issue was addressed in the upstream patch I pushed earlier.

Upstream patch: https://github.com/google/benchmark/commit/f85304e4e3a0e4e1bf15b91720df4a19e90b589f

README.LLVM notes were updated to reflect the latest changes.

Diff Detail

Repository
rL LLVM

Event Timeline

kbobyrev created this revision.Aug 28 2018, 2:55 AM
lebedev.ri accepted this revision.Aug 28 2018, 2:57 AM

LG to unbreak the build (this should have been in the original differential in the first place.)

This revision is now accepted and ready to land.Aug 28 2018, 2:57 AM

LG to unbreak the build (this should have been in the original differential in the first place.)

Oh, sorry, I deliberately left it out because I thought I should split diffs into smaller chunks to make the review process easier.

This revision was automatically updated to reflect the committed changes.