<div>Hey:</div><div>I spent sometime debugging this, it seems like editing ``llvm/tools/opt.cpp`` and move ``cl::ParseCommandLineOptions(argc, argv,</div><div>    "llvm .bc -> .bc modular optimizer and analysis printer\n");`` to the beginning of main() solved it for me. I'm not sure if this is a bug on LLVM side</div><div><br></div><div><br></div><div>Zhang</div><div><includetail><div> </div><div> </div><div style="font:Verdana normal 14px;color:#000;"><div style="FONT-SIZE: 12px;FONT-FAMILY: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="FONT-SIZE: 12px;background:#efefef;padding:8px;"><div id="menu_sender"><b>From: </b> "Viktor Was BSc via llvm-dev"<llvm-dev@lists.llvm.org>;</div><div><b>Date: </b> Wed, Apr 17, 2019 03:09 AM</div><div><b>To: </b> "llvm-dev"<llvm-dev@lists.llvm.org>; <wbr></div><div></div><div><b>Subject: </b> Re: [llvm-dev] Opt plugin linkage</div></div><div> </div><div style="position:relative;"><div id="tmpcontent_res"></div><div dir="auto">How come the hello pass example is so totally useless as a starting point? Why is this not using any library/compontent which could conflict with opt or clang and showing how to handle this? I have no clue as to how I have to setup llvm to get this to work or why it doesn't work in the first place with the setup described in "Getting started" and "writing an llvm pass" pages etc. <br></div>
<div dir="auto">Also there is basically no documentation for the custom cmake commands. <br><br></div>
<div dir="auto">Can please somebody help me with this issue? How do I get dynamically loaded llvm pass plugins to work? Am I the only one ever having this issue? <br><br></div>
<div dir="auto">Thanks <br></div>
<div dir="auto">Viktor </div>
<div class="gmail_quote">On Apr 16, 2019, at 05:38, Viktor Was BSc via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="auto">Hi,<br></div>
<div dir="auto">I have a dynamically loaded llvm pass built in-tree with ninja (generated with cmake, basically a copy of the hallo pass plugin, linux, llvm/clang version 6.0.1).<br></div>
<div dir="auto">It uses the ExecutionEngine.<br></div>
<div dir="auto">Building it without linking against LLVMExecutionEngine library results in an undefined symbol to the vtable of the EngineBuilder when loaded to opt. Linking the plugin with LLVMExecutionEngine results in the pass simply not being executable with giving "opt: Unkown command line argument '-passArg'." <br></div>
<div dir="auto">For a minimal example add set(LLVM_LINK_COMPONENTS Core) to the CMakeLists.txt of the Hello llvm pass. <br><br></div>
<div dir="auto">There is no error or warning at any point when linking or loading a plugin linked against some  libs. <br></div>
<div dir="auto">How do I find out which llvm libs I can't link with a dynamically loaded plugin?<br></div>
<div dir="auto">How can I use the EngineBuilder in my plugin with proper symbol resolution?<br><br></div>
<div dir="auto">For reproductivity:<br></div>
<div dir="auto">cmake -G "Sublime Text 2 - Ninja" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON -DLLVM_BUILD_TESTS=ON -DLLVM_BUILD_EXAMPLES=ON -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" -DLLVM_TOOL_CLANG_BUILD=ON -DLLVM_TOOL_CLANG_TOOLS_EXTRA=ON -DLLVM_OPTIMIZED_TABLEGEN=ON -DCLANG_BUILD_EXAMPLES=ON -DCLANG_PLUGIN_SUPPORT=ON<br><br></div>
<div dir="auto">Hope someone can help me out.<br></div>
<div dir="auto">Viktor<br></div>
<pre class="blue"><hr><br>LLVM Developers mailing list<br>llvm-dev@lists.llvm.org<br><a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br></pre></blockquote></div>
</div></div><!--<![endif]--></includetail></div>