This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dlltool] Clarify parameters, simplify ArgList usage. NFC.
ClosedPublic

Authored by mstorsjo on Jun 7 2023, 4:39 AM.

Details

Summary

Add comments about unclear bool arguments to functions, switch to
hasArg instead of getLastArg for cases where we don't need to check
the argument's value.

Diff Detail