[PATCH] D40496: [polly] Set up .arcconfig to point to new Diffusion PLO repository

Ben Hamilton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 08:23:37 PST 2017


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

We want to automatically copy the appropriate mailing list
for review requests to the polly 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
"PLO" for polly:

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

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


Repository:
  rPLO Polly

https://reviews.llvm.org/D40496

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,5 +1,5 @@
 {
-  "project_id" : "polly",
+  "repository.callsign" : "PLO",
   "conduit_uri" : "https://reviews.llvm.org/",
   "history.immutable" : true,
   "load" : [


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40496.124388.patch
Type: text/x-patch
Size: 289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/a946c662/attachment.bin>


More information about the llvm-commits mailing list