This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
306b73e35b
llvm-project
/
llvm
/
.arcconfig
5 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. llvm-svn: 169085
2012-12-01 20:07:58 +08:00
{
[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
2018-01-12 23:37:41 +08:00
"repository.callsign" : "L",
Upgrade all the .arcconfigs to https. llvm-svn: 275409
2016-07-14 21:15:37 +08:00
"conduit_uri" : "https://reviews.llvm.org/"
Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. llvm-svn: 169085
2012-12-01 20:07:58 +08:00
}