<div dir="ltr">Hi.<div><br></div><div>I've built few static libraries for the tools and use them in my demo app.</div><div>When i try to use clang driver via running cc1_main i'm getting an error:</div><div>







<p class=""><b><premain>: CommandLine Error: Argument 'load' defined more than once!</b></p></div><div>I've tried to comment cl::opt  .. LoadOpt("load" .. and recompile everything (LLVM, my static libs than use LLVM and the whole app) but it did not help.</div><div><br></div><div>I've also found smth about "load" argument in Options.inc:</div><div><br></div><div><div>OPTION(prefix_1, "load", load, Separate, INVALID, INVALID, CC1Option | NoDriverOption, 0,</div><div>       "Load the named plugin (dynamic shared object)", "<dsopath>")</div></div><div><br></div><div>What does it mean?</div><div><br></div><div>How can i fix it? LLVM is somewhere between 3.3 and 3.4, release build with RTTI on.</div><div><br></div><div>Regards, Anton.</div></div>