[PATCH] D40501: [libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repository

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 09:13:35 PST 2017


benhamilton created this revision.
Herald added a subscriber: cfe-commits.

We want to automatically copy the appropriate mailing list
for review requests to the libc++abi repository.

For context, see the proposal and discussion here:

http://lists.llvm.org/pipermail/cfe-dev/2017-November/056032.html

Similar to https://reviews.llvm.org/D40500, I set up a new Diffusion repository with callsign
"CXXA" for libc++abi:

https://reviews.llvm.org/source/libcxxabi/

This explicitly updates libcxxabi's .arcconfig to point to the new
CXX repository in Diffusion, which will let us use Herald rule https://reviews.llvm.org/H268.


Repository:
  rCXXA libc++abi

https://reviews.llvm.org/D40501

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
 {
-  "project_id" : "libcxxabi",
+  "repository.callsign" : "CXXA",
   "conduit_uri" : "https://reviews.llvm.org/"
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40501.124399.patch
Type: text/x-patch
Size: 251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171127/9e34cc1a/attachment.bin>


More information about the cfe-commits mailing list