[PATCH] D40495: [lld] Set up .arcconfig to point to new Diffusion LLD repository
Ben Hamilton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 08:15:55 PST 2017
benhamilton created this revision.
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 https://reviews.llvm.org/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 https://reviews.llvm.org/H270.
Repository:
rLLD LLD
https://reviews.llvm.org/D40495
Files:
.arcconfig
Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
{
- "project_id" : "lld",
+ "repository.callsign" : "LLD",
"conduit_uri" : "https://reviews.llvm.org/"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40495.124386.patch
Type: text/x-patch
Size: 244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/29e0b69a/attachment.bin>
More information about the llvm-commits
mailing list