[all-commits] [llvm/llvm-project] 96458f: Add cl::ZeroOrMore to get around build system issues
Aditya Kumar via All-commits
all-commits at lists.llvm.org
Sun Jun 7 11:03:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96458fc510d87546cdaf72457a2f61a25187fdfd
https://github.com/llvm/llvm-project/commit/96458fc510d87546cdaf72457a2f61a25187fdfd
Author: AK <1894981+hiraditya at users.noreply.github.com>
Date: 2020-06-07 (Sun, 07 Jun 2020)
Changed paths:
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
Log Message:
-----------
Add cl::ZeroOrMore to get around build system issues
It is quite common to get multiple instances of optimization flags while building.
The following optimizations does not have cl::ZeroOrMore which causes errors during the build.
Reviewers: alexbdv,spop
Differential Revision: https://reviews.llvm.org/D81187
More information about the All-commits
mailing list