[PATCH] D135446: [libcxxabi] Resync llvm & libcxxabi's demangler

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 11:21:01 PDT 2022


jcranmer-intel added a comment.

In D135446#3852407 <https://reviews.llvm.org/D135446#3852407>, @ldionne wrote:

> The libcxxabi copy is the canonical version, right? If so, we could add a test inside LLVM that ensures that re-syncing the files does not produce any difference in output.

Given that we now have a monorepo, it should be possible to have one single source of truth and use relative source paths from either the llvm/ or the libcxxabi/ implementation to include the right files, right? Or do we intend for it to be possible to build LLVM projects with only a subset of the top-level directories checked out?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135446



More information about the llvm-commits mailing list