[llvm-dev] How to build LLVM such that `llvm::Module::dump() const' is preserved? (original) (raw)
Gleb Popov via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 23 22🔞14 PST 2019
- Previous message: [llvm-dev] How to build LLVM such that `llvm::Module::dump() const' is preserved?
- Next message: [llvm-dev] LLVM buildmaster will be updated and restarted soon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [llvm-dev] How to build LLVM such that `llvm::Module::dump() const' is preserved?
- Next message: [llvm-dev] LLVM buildmaster will be updated and restarted soon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]