This is an archive of the discontinued LLVM Phabricator instance.

Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>
ClosedPublic

Authored by hctim on Oct 6 2017, 5:57 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

hctim updated this revision to Diff 118429.Oct 10 2017, 10:55 AM

Merged previous changes in the stack.

hctim updated this revision to Diff 120504.Oct 26 2017, 3:45 PM

Patched in changes from stack.

pcc accepted this revision.Nov 1 2017, 4:35 PM

LGTM, I guess.

Or just use cl::opt<unsigned>.

This revision is now accepted and ready to land.Nov 1 2017, 4:35 PM
hctim updated this revision to Diff 121211.Nov 1 2017, 4:37 PM

Merged master in preparation for submission.

This revision was automatically updated to reflect the committed changes.