This is an archive of the discontinued LLVM Phabricator instance.

Fix unit tests after patch https://reviews.llvm.org/rL346313
ClosedPublic

Authored by calixte on Nov 7 2018, 6:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

calixte created this revision.Nov 7 2018, 6:42 AM
marco-c accepted this revision.Nov 7 2018, 6:45 AM
marco-c added inline comments.
unittests/Analysis/TargetLibraryInfoTest.cpp
551 ↗(On Diff #172945)

Nit: unneeded change here

This revision is now accepted and ready to land.Nov 7 2018, 6:45 AM
calixte added inline comments.Nov 7 2018, 6:46 AM
unittests/Analysis/TargetLibraryInfoTest.cpp
551 ↗(On Diff #172945)

I just used clang-format and it changed that

calixte updated this revision to Diff 172947.Nov 7 2018, 6:47 AM

Fix nit.

This revision was automatically updated to reflect the committed changes.