Skip to content

Commit 4bf869c

Browse files
committed
[libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repository
Summary: 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 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 H268. Reviewers: phosek, beanz, EricWF, compnerd Reviewed By: phosek Subscribers: cfe-commits, klimek, sammccall, dlj, bkramer Differential Revision: https://reviews.llvm.org/D40501 llvm-svn: 319713
1 parent 39aeab4 commit 4bf869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/.arcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"project_id" : "libcxxabi",
2+
"repository.callsign" : "CXXA",
33
"conduit_uri" : "https://reviews.llvm.org/"
44
}

0 commit comments

Comments
 (0)