[libcxx-commits] [PATCH] D88458: [CMake] Cache the compiler-rt library search results
Chris Bieneman via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 21 15:42:46 PDT 2021
beanz added a comment.
In D88458#3013813 <https://reviews.llvm.org/D88458#3013813>, @dexonsmith wrote:
> There's no LICENSE.TXT file at the top level so there isn't one that clearly applies to the new `cmake/`. Should `compiler-rt/LICENSE.TXT` be copied to `cmake/LICENSE.TXT`?
Is there any reason not to just put one at the top now?
I assume we aren't going to add a new per-project mirror for the cmake folder, so we might as well just have a license file at the root and not inside the cmake directory. Since all the licenses are the same my understanding was the only reason we kept them per-directory was to ensure they appeared in the mirrors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88458/new/
https://reviews.llvm.org/D88458
More information about the libcxx-commits
mailing list