On Mon, Jan 06, 2014 at 04:50:03PM -0500, Brad Smith wrote:
> Here is an update to LLVM 3.4.
> 
> Any additional testing welcome.
> 
> OK?

One thing I wasn't expecting when testing this was the new requirement
of linking against terminfo when linking the llvm libraries.

While this llvm update is apparently stalled due to breaking the build of
firefox on i386, if it were to go ahead in future perhaps it should be with:

-DLLVM_ENABLE_TERMINFO:Bool=False

added to CONFIGURE_ARGS.  Otherwise Mesa radeon drivers built against
llvm won't load due to missing del_curterm/set_curterm/setupterm/tigetnum
symbols.  Linking against the llvm 3.3 libraries did not have this problem.

Reply via email to