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
a3548c960e
llvm-project
/
polly
/
.arcconfig
5 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add an arcconfig for Polly Differential Revision: http://reviews.llvm.org/D4840 llvm-svn: 215308
2014-08-10 15:49:34 +08:00
{
[polly] Set up .arcconfig to point to new Diffusion PLO repository Summary: We want to automatically copy the appropriate mailing list for review requests to the polly 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 "PLO" for polly: https://reviews.llvm.org/source/polly/ This explicitly updates polly's .arcconfig to point to the new C repository in Diffusion, which will let us use Herald rule H270. llvm-svn: 319056
2017-11-28 01:34:03 +08:00
"repository.callsign" : "PLO",
[arc] Remove unittesting from arcconfig Summary: Unittests aren't working, and I don't think they ever were. Just remove them, so that we don't have to write `arc --nounit` all the time. Reviewers: grosser, Meinersbur, bollu Subscribers: bollu, pollydev, llvm-commits Differential Revision: https://reviews.llvm.org/D46869 llvm-svn: 332355
2018-05-15 21:43:42 +08:00
"conduit_uri" : "https://reviews.llvm.org/"
Add an arcconfig for Polly Differential Revision: http://reviews.llvm.org/D4840 llvm-svn: 215308
2014-08-10 15:49:34 +08:00
}