./lang/libLLVM, Low Level Virtual Machine shared library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 9.0.1, Package name: libLLVM-9.0.1, Maintainer: pkgsrc-users

The LLVM Project is a collection of modular and reusable compiler and toolchain
technologies. Despite its name, LLVM has little to do with traditional virtual
machines, though it does provide helpful libraries that can be used to build
them.

This package contains the LLVM core shared libraries intended to be usable by
packages built on an otherwise GCC-built system.



Package options: llvm-target-aarch64, llvm-target-amdgpu, llvm-target-arm, llvm-target-bpf, llvm-target-hexagon, llvm-target-lanai, llvm-target-mips, llvm-target-msp430, llvm-target-nvptx, llvm-target-powerpc, llvm-target-sparc, llvm-target-systemz, llvm-target-x86, llvm-target-xcore, terminfo

Master sites:

SHA1: f7fcf3bd92d130784513c06efe6910f135372ce3
RMD160: 151c137ac3a514b6d32aaee5bb77dd32eb7d1f19
Filesize: 32260.852 KB

Version history: (Expand)


CVS history: (Expand)


   2020-09-18 20:27:33 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6326 - requested by he
lang/libLLVM: PowerPC build fix

Revisions pulled up:
- lang/libLLVM/hacks.mk                                         1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Sep 15 16:16:29 UTC 2020

   Added Files:
   	pkgsrc/lang/libLLVM: hacks.mk

   Log message:
   On powerpc, use -mlongcall so that we don't get 24-bit relocation overflow.