Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Commit 1bc5ed3

Browse files
committedDec 6, 2017
[lld] Set up .arcconfig to point to new Diffusion LLD repository
Summary: We want to automatically copy the appropriate mailing list for review requests to the LLD repository. For context, see the proposal and discussion here: http://lists.llvm.org/pipermail/cfe-dev/2017-November/056032.html Similar to D40179, I set up a new Diffusion repository with callsign "LLD" for lld: https://reviews.llvm.org/source/lld/ This explicitly updates lld's .arcconfig to point to the new C repository in Diffusion, which will let us use Herald rule H270. Reviewers: peter.smith, ruiu, rafael, sammccall Reviewed By: sammccall Subscribers: dlj, bkramer, sammccall, klimek Differential Revision: https://reviews.llvm.org/D40495 git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@319955 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent a94d532 commit 1bc5ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.arcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"project_id" : "lld",
2+
"repository.callsign" : "LLD",
33
"conduit_uri" : "https://reviews.llvm.org/"
44
}

0 commit comments

Comments
 (0)
This repository has been archived.