[compiler-rt] r319954 - [compiler-rt] Set up .arcconfig to point to new Diffusion CRT repository
Ben Hamilton via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 12:55:32 PST 2017
Author: benhamilton
Date: Wed Dec 6 12:55:32 2017
New Revision: 319954
URL: http://llvm.org/viewvc/llvm-project?rev=319954&view=rev
Log:
[compiler-rt] Set up .arcconfig to point to new Diffusion CRT repository
Summary:
We want to automatically copy the appropriate mailing list
as well as #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 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 H270
and H271.
Reviewers: krytarowski, joerg, dvyukov, vitalybuka, sammccall
Reviewed By: sammccall
Subscribers: dlj, bkramer, dberris, llvm-commits, sammccall, klimek, #sanitizers
Differential Revision: https://reviews.llvm.org/D40498
Modified:
compiler-rt/trunk/.arcconfig
Modified: compiler-rt/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/.arcconfig?rev=319954&r1=319953&r2=319954&view=diff
==============================================================================
--- compiler-rt/trunk/.arcconfig (original)
+++ compiler-rt/trunk/.arcconfig Wed Dec 6 12:55:32 2017
@@ -1,4 +1,4 @@
{
- "project_id" : "compiler-rt",
+ "repository.callsign" : "CRT",
"conduit_uri" : "https://reviews.llvm.org/"
}
More information about the llvm-commits
mailing list