From e34ddc09f464667b5f3a49bf60255e89041ddf44 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Fri, 21 Feb 2020 15:44:08 -0800 Subject: [PATCH] [arcconfig] Delete subproject arcconfigs 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. Differential Revision: https://reviews.llvm.org/D74996 --- clang-tools-extra/.arcconfig | 4 ---- clang/.arcconfig | 4 ---- compiler-rt/.arcconfig | 4 ---- debuginfo-tests/.arcconfig | 3 --- libcxx/.arcconfig | 4 ---- libcxxabi/.arcconfig | 4 ---- libunwind/.arcconfig | 4 ---- lld/.arcconfig | 4 ---- lldb/.arcconfig | 4 ---- llvm/.arcconfig | 4 ---- openmp/.arcconfig | 4 ---- parallel-libs/.arcconfig | 4 ---- polly/.arcconfig | 4 ---- pstl/.arcconfig | 4 ---- 14 files changed, 55 deletions(-) delete mode 100644 clang-tools-extra/.arcconfig delete mode 100644 clang/.arcconfig delete mode 100644 compiler-rt/.arcconfig delete mode 100644 debuginfo-tests/.arcconfig delete mode 100644 libcxx/.arcconfig delete mode 100644 libcxxabi/.arcconfig delete mode 100644 libunwind/.arcconfig delete mode 100644 lld/.arcconfig delete mode 100644 lldb/.arcconfig delete mode 100644 llvm/.arcconfig delete mode 100644 openmp/.arcconfig delete mode 100644 parallel-libs/.arcconfig delete mode 100644 polly/.arcconfig delete mode 100644 pstl/.arcconfig diff --git a/clang-tools-extra/.arcconfig b/clang-tools-extra/.arcconfig deleted file mode 100644 index d4a00161bce5..000000000000 --- a/clang-tools-extra/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "CTE", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/clang/.arcconfig b/clang/.arcconfig deleted file mode 100644 index b258e7a34c4d..000000000000 --- a/clang/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "C", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/compiler-rt/.arcconfig b/compiler-rt/.arcconfig deleted file mode 100644 index 74604d35b6f5..000000000000 --- a/compiler-rt/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "CRT", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/debuginfo-tests/.arcconfig b/debuginfo-tests/.arcconfig deleted file mode 100644 index 92f8f458291e..000000000000 --- a/debuginfo-tests/.arcconfig +++ /dev/null @@ -1,3 +0,0 @@ -{ - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/libcxx/.arcconfig b/libcxx/.arcconfig deleted file mode 100644 index b7486508bc1e..000000000000 --- a/libcxx/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "CXX", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/libcxxabi/.arcconfig b/libcxxabi/.arcconfig deleted file mode 100644 index 08cd16ead3cb..000000000000 --- a/libcxxabi/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "CXXA", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/libunwind/.arcconfig b/libunwind/.arcconfig deleted file mode 100644 index 78ee8d358cde..000000000000 --- a/libunwind/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "UNW", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/lld/.arcconfig b/lld/.arcconfig deleted file mode 100644 index c8a8e079023f..000000000000 --- a/lld/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "LLD", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/lldb/.arcconfig b/lldb/.arcconfig deleted file mode 100644 index e8fa2aaf0bd4..000000000000 --- a/lldb/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "project_id" : "lldb", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/llvm/.arcconfig b/llvm/.arcconfig deleted file mode 100644 index a8e665bd920a..000000000000 --- a/llvm/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "L", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/openmp/.arcconfig b/openmp/.arcconfig deleted file mode 100644 index bd06ac8473a9..000000000000 --- a/openmp/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "OMP", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/parallel-libs/.arcconfig b/parallel-libs/.arcconfig deleted file mode 100644 index 80fd487918ac..000000000000 --- a/parallel-libs/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "project_id" : "parallel-libs", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/polly/.arcconfig b/polly/.arcconfig deleted file mode 100644 index a69051f499c2..000000000000 --- a/polly/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "PLO", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/pstl/.arcconfig b/pstl/.arcconfig deleted file mode 100644 index ced528fb5746..000000000000 --- a/pstl/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "PSTL", - "conduit_uri" : "https://reviews.llvm.org/" -}