When I run a pass with opt, for example -view-cfg, I get the following error message:<br><br>opt: CommandLine Error: Argument 'inline-threshold' defined more than once!<br><br>It seems that it is complaining "inline-threshold" is defined in more than one pass.<br>
I checked the source files, and there are two places where it is defined.<br><br>Transforms/Utils/BasicInliner.cpp<br>Transforms/IPO/Inliner.cpp<br><br>Has anyone encountered this error and is this caused by something I did wrong when I built LLVM?<br>
<br>Thank you.<br><br><br><br><br>