[llvm-dev] How to build LLVM such that `llvm::Module::dump() const' is preserved?

Gleb Popov via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 23 22:18:14 PST 2019


On Sat, Feb 23, 2019, 02:05 Yuri via llvm-dev <llvm-dev at lists.llvm.org>
wrote:

> The FreeBSD port for the Intel's ISPC compiler fails to build because it
> can't find this symbol:
>
> llvmutil.cpp:(.text+0x3d60): undefined reference to `llvm::Value::dump() const'
>
> This is because devel/llvm* ports turned off assertions. I hope this
change won't be reverted due to this problem.

>
>
> How to build LLVM to preserve these symbols? I suspect there is a cmake switch for this?
>
>
> Thank you,
> Yuri
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190224/8ae295a0/attachment.html>


More information about the llvm-dev mailing list