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

Index: pstl/.arcconfig
===================================================================
--- pstl/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "PSTL",             
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: polly/.arcconfig
===================================================================
--- polly/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "PLO",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: parallel-libs/.arcconfig
===================================================================
--- parallel-libs/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "project_id" : "parallel-libs",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: openmp/.arcconfig
===================================================================
--- openmp/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "OMP",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: llvm/.arcconfig
===================================================================
--- llvm/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "L",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: lldb/.arcconfig
===================================================================
--- lldb/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "project_id" : "lldb",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: lld/.arcconfig
===================================================================
--- lld/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "LLD",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: libunwind/.arcconfig
===================================================================
--- libunwind/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "UNW",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: libcxxabi/.arcconfig
===================================================================
--- libcxxabi/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CXXA",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: libcxx/.arcconfig
===================================================================
--- libcxx/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CXX",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: debuginfo-tests/.arcconfig
===================================================================
--- debuginfo-tests/.arcconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: compiler-rt/.arcconfig
===================================================================
--- compiler-rt/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CRT",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: clang/.arcconfig
===================================================================
--- clang/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "C",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
Index: clang-tools-extra/.arcconfig
===================================================================
--- clang-tools-extra/.arcconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CTE",
-  "conduit_uri" : "https://reviews.llvm.org/";
-}
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D74996: [arcconfig] ... Shoaib Meenai via Phabricator via cfe-commits

Reply via email to