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.
">
    


    

(original) (raw)



On Sat, Feb 23, 2019, 02:05 Yuri via llvm-dev <llvm-dev@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@lists.llvm.org

https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev