[libcxx-commits] [PATCH] D107895: [runtimes] Set more paths when building runtimes standalone

Leonard Chan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 31 14:40:30 PDT 2021


leonardchan added a comment.

What's the current status of this patch? It looks like this will help us run compiler-rt runtimes test. Currently, sanitizer tests seem to use the outdated host `llvm-symbolizer` when it should be using a just-built `llvm-symbolizer` in the binary directory, which it looks like this sets by default with this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107895



More information about the libcxx-commits mailing list