[PATCH] D44140: Add missing header for InstructionCombining.cpp, in order to export LLVMInitializeInstCombine as extern "C"

nmgeek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 23 10:17:52 PST 2018


nmgeek added a comment.

This bug seems to be in the mainstream, stable, LTS Ubuntu apt repository as version 1:6.0-1ubuntu2~16.04.1.  It breaks the llvmlite python package and, by extension, the python numba package.  Conda works around it by compiling llvm from source and repackaging. What is the recommended workaround for Ubuntu 16 when not using Conda?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44140/new/

https://reviews.llvm.org/D44140





More information about the llvm-commits mailing list