This is an archive of the discontinued LLVM Phabricator instance.

Add cl::ZeroOrMore to get around build system issues
ClosedPublic

Authored by hiraditya on Jun 4 2020, 12:22 PM.

Details

Summary

It is quite common to get multiple instances of optimization flags while building. The following optimizations doesn't have cl::ZeroOrMore which causes errors during the build.

Diff Detail

Event Timeline

hiraditya created this revision.Jun 4 2020, 12:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2020, 12:22 PM
alexbdv accepted this revision.Jun 4 2020, 12:25 PM

Thanks for fixing this !

This revision is now accepted and ready to land.Jun 4 2020, 12:25 PM
hiraditya updated this revision to Diff 268608.Jun 4 2020, 3:33 PM
This revision was automatically updated to reflect the committed changes.
This comment was removed by mehdi_amini.