You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2019. It is now read-only.
Avoid parsing -mllvm* command-line options if there aren't any
LLD somehow uses a different global LLVM command-line parser than LDC,
one with no registered options, so parsing is guaranteed to fail, even
if there are no args.
[It's only needed for LTO codegen options anyway.]
0 commit comments