[LLVMdev] Command Line Argument 'inline-threshold'

john hull johnhull2008 at gmail.com
Thu May 7 05:17:21 PDT 2009


When I run a pass with opt, for example -view-cfg, I get the following error
message:

opt: CommandLine Error: Argument 'inline-threshold' defined more than once!

It seems that it is complaining "inline-threshold" is defined in more than
one pass.
I checked the source files, and there are two places where it is defined.

Transforms/Utils/BasicInliner.cpp
Transforms/IPO/Inliner.cpp

Has anyone encountered this error and is this caused by something I did
wrong when I built LLVM?

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090507/8404a231/attachment.html>


More information about the llvm-dev mailing list