[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)

Davide Italiano via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 25 12:28:32 PDT 2017


On Sat, Jun 24, 2017 at 4:02 PM, Tanya Lattner via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> LLVMers,
>
> We have completed the move to the new server for LLVM.org. One casualty of
> this move was that svn.llvm.org was NOT enabled at this time.
>
> There is a new certificate for LLVM.org and HTTPS is enabled for the
> website. We know of a few issues with some of the webpages but will be
> working them out over the next few days.
>
> Please do not hesitate to contact llvm-admin at lists.llvm.org with any issues
> you find. With a large change like this, we expect to have a few bumps and
> appreciate your patience.
>
> A huge thank you to Anton and Mike for all their hard work!
>
> Thanks,
> Tanya
>
>

Unsure whether this is a side effect of the migration or something
planned, but `llvm.org/bugs` stopped to work.
I'm fairly confident this worked before , and there are a few links in
llvm/lib that are now broken:

[davide at cupiditate lib]$ grep -R 'llvm.org\/bugs' *
Analysis/ValueTracking.cpp:  // https://llvm.org/bugs/show_bug.cgi?id=31702.
Analysis/ValueTracking.cpp:      // https://llvm.org/bugs/show_bug.cgi?id=31702.
Support/RandomNumberGenerator.cpp:// http://llvm.org/bugs/show_bug.cgi?id=19665
Target/AVR/README.md:* [Unresolved
bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
Transforms/Utils/SimplifyCFG.cpp:  // the line - see
https://llvm.org/bugs/show_bug.cgi?id=30244.
Transforms/Utils/SimplifyCFG.cpp:  //
https://llvm.org/bugs/show_bug.cgi?id=30188
Transforms/IPO/LowerTypeTests.cpp:  // Disabled on win32 due to
https://llvm.org/bugs/show_bug.cgi?id=28641#c3.
Transforms/Instrumentation/AddressSanitizer.cpp:// but due to
http://llvm.org/bugs/show_bug.cgi?id=12652 we temporary

I'm not particularly worried about these, as they can be fixed, but
probably the web is full of references to bugzilla with the old
address so it would be nice if llvm.org/bugs will automatically
redirect to bugs.llvm.org, if possible.

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare


More information about the llvm-dev mailing list