Path to this page:
./
lang/libLLVM,
Low Level Virtual Machine shared library
Branch: pkgsrc-2017Q1,
Version: 4.0.0nb1,
Package name: libLLVM-4.0.0nb1,
Maintainer: pkgsrc-usersThe 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.
Required to run:[
lang/gcc48-libs]
Required to build:[
lang/gcc48] [
lang/python27] [
pkgtools/cwrappers]
Package options: llvm-target-aarch64, llvm-target-amdgpu, llvm-target-arm, llvm-target-bpf, llvm-target-hexagon, llvm-target-mips, llvm-target-msp430, llvm-target-nvptx, llvm-target-powerpc, llvm-target-sparc, llvm-target-systemz, llvm-target-x86, llvm-target-xcore
Master sites:
SHA1: aee4524e2407f9fe5afc6f70c753180b907011d0
RMD160: 468ae2502ba523b35c5e8340724ddaa50b31ccb5
Filesize: 20523.77 KB
Version history: (Expand)
- (2017-04-04) Package added to pkgsrc.se, version libLLVM-4.0.0nb1 (created)
CVS history: (Expand)
2017-04-16 17:09:24 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5268 - requested by sevan
lang/libLLVM: build fix
Revisions pulled up:
- lang/libLLVM/Makefile 1.21
---
Module Name: pkgsrc
Committed By: maya
Date: Mon Apr 10 19:49:59 UTC 2017
Modified Files:
pkgsrc/lang/libLLVM: Makefile
Log message:
libLLVM: use ln -sf, not ln -s. helps rebuilds, as the previous link
already exists
|