[PATCH] D40704: Import db.migrate module in update command.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 10:40:32 PST 2017


MatzeB added a comment.

I wonder: Is this functionality good for anything nowadays? LNT always performs an upgrade when the server is started, so I don't see why one would want to do it manually. So the better fix may be to just remove the whole function :)

When not removing it, it would be nice to add at least a small sanity test to tests/lnttool.


https://reviews.llvm.org/D40704





More information about the llvm-commits mailing list