[Lldb-commits] [PATCH] D74996: [arcconfig] Delete subproject arcconfigs
Shoaib Meenai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 21 15:53:11 PST 2020
smeenai created this revision.
smeenai added reviewers: jyknight, phosek, rnk.
Herald added a reviewer: bollu.
Herald added projects: clang, Sanitizers, LLDB, libc++, OpenMP, LLVM.
Herald added subscribers: llvm-commits, openmp-commits, libcxx-commits, lldb-commits, Sanitizers, cfe-commits.
>From https://secure.phabricator.com/book/phabricator/article/arcanist_new_project/:
> An .arcconfig file is a JSON file which you check into your project's root.
I've done some experimentation, and it looks like the subproject
.arcconfigs just get ignored, as the documentation says. Given that
we're fully on the monorepo now, it's safe to remove them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74996
Files:
clang-tools-extra/.arcconfig
clang/.arcconfig
compiler-rt/.arcconfig
debuginfo-tests/.arcconfig
libcxx/.arcconfig
libcxxabi/.arcconfig
libunwind/.arcconfig
lld/.arcconfig
lldb/.arcconfig
llvm/.arcconfig
openmp/.arcconfig
parallel-libs/.arcconfig
polly/.arcconfig
pstl/.arcconfig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74996.246027.patch
Type: text/x-patch
Size: 3272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200221/4d078b6d/attachment.bin>
More information about the lldb-commits
mailing list