[lld] r319955 - [lld] Set up .arcconfig to point to new Diffusion LLD repository
Ben Hamilton via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 12:56:23 PST 2017
Author: benhamilton
Date: Wed Dec 6 12:56:23 2017
New Revision: 319955
URL: http://llvm.org/viewvc/llvm-project?rev=319955&view=rev
Log:
[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
Modified:
lld/trunk/.arcconfig
Modified: lld/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/.arcconfig?rev=319955&r1=319954&r2=319955&view=diff
==============================================================================
--- lld/trunk/.arcconfig (original)
+++ lld/trunk/.arcconfig Wed Dec 6 12:56:23 2017
@@ -1,4 +1,4 @@
{
- "project_id" : "lld",
+ "repository.callsign" : "LLD",
"conduit_uri" : "https://reviews.llvm.org/"
}
More information about the llvm-commits
mailing list