Skip to content

Commit 7c9843b

Browse files
committedDec 6, 2017
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319954 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent b1af5f1 commit 7c9843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.arcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"project_id" : "compiler-rt",
2+
"repository.callsign" : "CRT",
33
"conduit_uri" : "https://reviews.llvm.org/"
44
}

0 commit comments

Comments
 (0)
Please sign in to comment.