Path to this page:
./
lang/llvm,
Low Level Virtual Machine compiler infrastructure
Branch: pkgsrc-2017Q1,
Version: 4.0.0nb1,
Package name: llvm-4.0.0nb1,
Maintainer: pkgsrc-usersLow Level Virtual Machine (LLVM) is:
A compilation strategy designed to enable effective program optimization across
the entire lifetime of a program. LLVM supports effective optimization at
compile time, link-time (particularly interprocedural), run-time and offline
(i.e., after software is installed), while remaining transparent to developers
and maintaining compatibility with existing build scripts.
A virtual instruction set - LLVM is a low-level object code representation that
uses simple RISC-like instructions, but provides rich, language-independent,
type information and dataflow (SSA) information about operands. This combination
enables sophisticated transformations on object code, while remaining
light-weight enough to be attached to the executable. This combination is key to
allowing link-time, run-time, and offline transformations.
A compiler infrastructure - LLVM is also a collection of source code that
implements the language and compilation strategy. The primary components of the
LLVM infrastructure are a GCC-based C & C++ front-end, a link-time optimization
framework with a growing set of global and interprocedural analyses and
transformations, static back-ends for the X86, X86-64, PowerPC 32/64, ARM,
Thumb, IA-64, Alpha and SPARC architectures, a back-end which emits portable C
code, and a Just-In-Time compiler for X86, X86-64, PowerPC 32/64 processors.
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 llvm-4.0.0nb1 (created)
CVS history: (Expand)
2017-05-01 10:31:17 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5336 - requested by sevan
lang/llvm: build fix for SunOS
Revisions pulled up:
- lang/llvm/Makefile 1.17
---
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Apr 20 12:56:47 UTC 2017
Modified Files:
pkgsrc/lang/llvm: Makefile
Log message:
Exclude some bogus symbols from the mapfile on SunOS. It may be that
this is appropriate for all platforms, in which case it can be changed
to be a patch instead.
|