sys-devel/llvm: add myself as co-maintainer
authorWilliam Hubbs <williamh@gentoo.org>
Mon, 28 Mar 2016 14:34:18 +0000 (09:34 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Mon, 28 Mar 2016 14:34:18 +0000 (09:34 -0500)
sys-devel/llvm/metadata.xml

index c49dc5263f3fcf105eadff83d3c40f7059273914..0ea33198dbef11404ffd65d9a7ab71e28a2a8c92 100644 (file)
@@ -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.