This is an archive of the discontinued LLVM Phabricator instance.

[LNT] fix some typos/dead code
ClosedPublic

Authored by danilaml on Mar 28 2018, 2:08 PM.

Details

Summary

Fix some typos/dead/unreachable code I've noticed while going through the LNT.

Diff Detail

Repository
rL LLVM

Event Timeline

danilaml created this revision.Mar 28 2018, 2:08 PM
MatzeB accepted this revision.Apr 25 2018, 9:10 AM

LGTM
Tgiugh this is another sign that the global_status view probably isn‘t used byanyone ans has no tests. I still think we should just remove it...

This revision is now accepted and ready to land.Apr 25 2018, 9:10 AM

Tgiugh this is another sign that the global_status view probably isn‘t used byanyone ans has no tests. I still think we should just remove it...

At least someone tried to use it somewhat recently: https://github.com/llvm-mirror/lnt/pull/2

Btw, I'm pretty sure I don't have a commit access.

@MatzeB Is there something else I should do for this to be commited? First time using the Phabricator so I'm a bit unfamiliar with the process.

@MatzeB Is there something else I should do for this to be commited? First time using the Phabricator so I'm a bit unfamiliar with the process.

Hi @danilaml,

The commit process is documented at https://llvm.org/docs/Phabricator.html#committing-a-change.
In short, if you don't have commit access, just ask someone with commit access to get it committed for you.
I can commit this patch for you, if you like?

@kristof.beyls Thanks. Yes, I don't have commit access as I indicated in my previous reply (unless I was somehow given one without my knowledge). I'd be happy if you could commit this on my behalf.

This revision was automatically updated to reflect the committed changes.