[PATCH] D40498: [compiler-rt] Set up .arcconfig to point to new Diffusion CRT repository

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


benhamilton created this revision.
Herald added subscribers: Sanitizers, llvm-commits, dberris.

We want to automatically copy the appropriate mailing list
as well as https://reviews.llvm.org/tag/sanitizers/ for review requests to the compiler-rt 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
"CRT" for compiler-rt:

https://reviews.llvm.org/source/compiler-rt/

This explicitly updates compiler-rt's .arcconfig to point to the new
CRT repository in Diffusion, which will let us use Herald rules https://reviews.llvm.org/H270
and https://reviews.llvm.org/H271.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D40498

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
 {
-  "project_id" : "compiler-rt",
+  "repository.callsign" : "CRT",
   "conduit_uri" : "https://reviews.llvm.org/"
 }


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


More information about the llvm-commits mailing list