diff options
author | William Hubbs <williamh@gentoo.org> | 2016-03-28 09:34:18 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-03-28 09:34:18 -0500 |
commit | 65cd653b4a5257ed97f58797305698d7c21df8ec (patch) | |
tree | f6035839a940815357a8e3bd37d44345657af95e | |
parent | kde-plasma/powerdevil: add missing USE dependency (diff) | |
download | gentoo-65cd653b4a5257ed97f58797305698d7c21df8ec.tar.gz gentoo-65cd653b4a5257ed97f58797305698d7c21df8ec.tar.bz2 gentoo-65cd653b4a5257ed97f58797305698d7c21df8ec.zip |
sys-devel/llvm: add myself as co-maintainer
-rw-r--r-- | sys-devel/llvm/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml index c49dc5263f3f..0ea33198dbef 100644 --- a/sys-devel/llvm/metadata.xml +++ b/sys-devel/llvm/metadata.xml @@ -9,6 +9,10 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> + <maintainer type="person"> + <email>williamh@gentoo.org</email> + <name>William Hubbs</name> + </maintainer> <longdescription>Low Level Virtual Machine (LLVM) is: 1. 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. 2. 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. |