This is an archive of the discontinued LLVM Phabricator instance.

Use BinaryCacheRoot calling IsSharedObject()
ClosedPublic

Authored by kpdev42 on Nov 17 2021, 8:28 AM.

Details

Summary

https://reviews.llvm.org/D110839 introduced BinaryCacheRoot.
It must be used calling IsSharedObject() too.

OS Laboratory, Huawei Russian Research Institute (Saint-Petersburg)

Diff Detail

Repository
rLNT LNT

Event Timeline

kpdev42 created this revision.Nov 17 2021, 8:28 AM
kpdev42 requested review of this revision.Nov 17 2021, 8:28 AM
thopre accepted this revision.Nov 17 2021, 8:53 AM

LGTM

This revision is now accepted and ready to land.Nov 17 2021, 8:53 AM
danilaml accepted this revision.Nov 17 2021, 9:18 PM
danilaml added inline comments.
lnt/testing/profile/cPerf.cpp
135

could be const &

This revision was automatically updated to reflect the committed changes.