[libcxx-commits] [PATCH] D112012: [benchmarks] Unify libcxx's fork of google/benchmark to llvm/utils

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 3 09:58:55 PDT 2021


ldionne added a comment.

In D112012#3106549 <https://reviews.llvm.org/D112012#3106549>, @ldionne wrote:

> However, we do need to fix the CI for libc++. Since you're moving the library to another place, we'll need to adjust the paths to it in `libcxx/`. I think this should be sufficient:
> [...]

Oh, sorry, I hadn't seen your changes to `libcxx/benchmark/CMakeLists.txt`. The issue now is that `LLVM_THIRD_PARTY_DIR` is only set in `llvm/CMakeLists.txt`. However, the runtimes don't use that directory anymore (in fact building the runtimes using `llvm/CMakeLists.txt` is deprecated). You'd have to set `LLVM_THIRD_PARTY_DIR` in `runtimes/CMakeLists.txt`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112012



More information about the libcxx-commits mailing list