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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D81187
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 TimelineThis revision is now accepted and ready to land.Jun 4 2020, 12:25 PM Closed by commit rG96458fc510d8: Add cl::ZeroOrMore to get around build system issues (authored by AK <1894981+hiraditya@users.noreply.github.com>). · Explain WhyJun 7 2020, 11:10 AM This revision was automatically updated to reflect the committed changes. This comment was removed by mehdi_amini.
Revision Contents
Diff 268608 llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
|