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
893413318f
llvm-project
/
lld
/
.arcconfig
5 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .arcconfig for Phabricator command-line support llvm-svn: 171451
2013-01-03 10:15:37 +08:00
{
[lld] Set up .arcconfig to point to new Diffusion LLD repository Summary: We want to automatically copy the appropriate mailing list for review requests to the LLD 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 "LLD" for lld: https://reviews.llvm.org/source/lld/ This explicitly updates lld's .arcconfig to point to the new C repository in Diffusion, which will let us use Herald rule H270. Reviewers: peter.smith, ruiu, rafael, sammccall Reviewed By: sammccall Subscribers: dlj, bkramer, sammccall, klimek Differential Revision: https://reviews.llvm.org/D40495 llvm-svn: 319955
2017-12-07 04:56:23 +08:00
"repository.callsign" : "LLD",
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 for Phabricator command-line support llvm-svn: 171451
2013-01-03 10:15:37 +08:00
}