[PATCH] D114098: Use BinaryCacheRoot calling IsSharedObject()

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 21:18:32 PST 2021


danilaml accepted this revision.
danilaml added inline comments.


================
Comment at: lnt/testing/profile/cPerf.cpp:135
 // is a shared object (DYN).
-bool IsSharedObject(char *Fname) {
+bool IsSharedObject(std::string Fname) {
   // We replicate the first part of an ELF header here
----------------
could be `const &`


Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114098/new/

https://reviews.llvm.org/D114098



More information about the llvm-commits mailing list