<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 30, 2021, at 10:07 AM, Mircea Trofin via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">TL;DR; When either of LLVM_BUILD_BENCHMARKS or LIBCXX_INCLUDE_BENCHMARKS are enabled, as well as for llvm-test-suite, a dependency to abseil would either be auto-downloaded by the build system, or need to be user-specifiable, or provided in the source tree.</div></div></blockquote><div><br class=""></div><div><div>Hi Mircea,</div><div><br class=""></div><div>As others have pointed out, this seems like a fairly problematic dependency to take on.</div><div><br class=""></div></div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">There are (afaik) 3 copies of the <a href="https://github.com/google/benchmark" target="_blank" class="">google/benchmark</a> project in the llvm tree: in llvm-test-suite, in llvm/utils, and in libcxx/utils/.</div></div></div></div></blockquote><div><br class=""></div><div>Ok, that sounds bad.  It seems like an intermediately good step is to have a single copy of this in the monorepo (e.g.) in llvm-project/utils, and have livcxx and llvm-test-suite use that copy.  Is there any downside to consolidating these?</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">The benchmark code uses some functionality otherwise offered by <a href="https://abseil.io/" target="_blank" class="">abseil</a>. Over time, this is inconvenient: continued need for duplication for some features; integration issues in projects using abseil due to macro conflicts; and overall bit rot / maintenance overhead.</div></div></div></div></blockquote><div><br class=""></div><div>I’m not sure what you mean here - I think you are saying that there is code from abseil that was copied into the google benchmark library, and downstream code that uses both has issues?  Or are you saying it is similar-but-different functionality that happens to use the same macro names?</div><div><br class=""></div><div>Because I don’t understand the benefit, it seems like introducing a new dependency is just a negative - can you explain the benefit more?</div><div><br class=""></div><div>-Chris</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><br class=""></div><div class=""><a href="https://github.com/google/benchmark/pull/1183" target="_blank" class="">We want</a> to add a dependency to abseil to the benchmarks project.</div></div><div class=""><br class=""></div><div class="">Abseil <a href="https://abseil.io/docs/cpp/platforms/platforms#:~:text=Abseil%20requires%20a%20code%20base,14%20through%20C%2B%2B20)." target="_blank" class="">has some requirements</a> that may not perfectly match those of the impacted projects. For example, abseil stopped supporting Ubuntu 14.04 before its TLS. </div><div class=""><br class=""></div><div class="">Naturally, projects snap to whichever version of benchmark they want to; but this new dependency would add an extra consideration when considering updating the version of benchmarks; and the need to handle the extra dependency (either by being OK with it being auto-downloaded, or via the other means described above)</div><div class=""><br class=""></div><div class="">Are there any other issues that we're missing? Would anyone be hindered by this adoption of abseil in google/benchmarks?</div></div></div></blockquote></div><div><br class=""></div></body></html>