<div dir="ltr">Hi,<div><br></div><div>It seems you are building some code using the LLVM headers and linking to the LLVM library and getting this error, is this correct?</div><div><br></div><div>The LLVM library you're linking to was built with -fno-rtti. You need to use the same flag for every translation unit that is using a header from LLVM. Alternatively you can rebuild LLVM and disable this flag.</div><div><br></div><div>LLVM usually comes with llvm-config, which is a tool that can give you the list of compilation flags that you should use to build your code to match how LLVM was built.</div><div><br></div><div>Best,</div><div><br></div><div>-- </div><div>Mehdi</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-07 15:40 GMT-07:00 Yuri via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How can I understand why this symbol is missing: <a href="https://bugs.llvm.org/show_bug.cgi?id=33683" rel="noreferrer" target="_blank">https://bugs.llvm.org/show_bug<wbr>.cgi?id=33683</a><br>
<br>
Thanks,<br>
Yuri<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div>