diff options
author | Ben Hamilton <benhamilton@google.com> | 2018-01-12 15:37:41 +0000 |
---|---|---|
committer | Ben Hamilton <benhamilton@google.com> | 2018-01-12 15:37:41 +0000 |
commit | e7c83619746f3e4c9fa6193dc36922341dff0eb7 (patch) | |
tree | 8626c6e0a9f9cb9052c11f74268ca5af2bbec3d2 | |
parent | 309124e0b1b0cfee8fc8ef27c4caf9fc7d4c86ac (diff) | |
download | bcm5719-llvm-e7c83619746f3e4c9fa6193dc36922341dff0eb7.tar.gz bcm5719-llvm-e7c83619746f3e4c9fa6193dc36922341dff0eb7.zip |
[llvm] Set up .arcconfig to point to Diffusion L repository
Summary:
Thanks to probinson for noticing this in his review of D41956.
Now that we have repository callsigns set in all the other
LLVM/Clang projects' .arcconfig files, we can set the top-level
LLVM .arcconfig repository callsign to "L".
This will correctly Cc: llvm-commits@ on all review requests
sent out from the LLVM repo directory, using Herald rule H270.
Reviewers: klimek, sammccall
Reviewed By: sammccall
Subscribers: llvm-commits, probinson, asb
Differential Revision: https://reviews.llvm.org/D41964
llvm-svn: 322374
-rw-r--r-- | llvm/.arcconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/.arcconfig b/llvm/.arcconfig index 92f8f458291..a8e665bd920 100644 --- a/llvm/.arcconfig +++ b/llvm/.arcconfig @@ -1,3 +1,4 @@ { + "repository.callsign" : "L", "conduit_uri" : "https://reviews.llvm.org/" } |