sys-devel/{clang,llvm}: add myself as maintainer
authorAustin English <wizardedit@gentoo.org>
Mon, 27 Jun 2016 08:54:29 +0000 (03:54 -0500)
committerAustin English <wizardedit@gentoo.org>
Mon, 27 Jun 2016 08:55:57 +0000 (03:55 -0500)
sys-devel/clang/metadata.xml
sys-devel/llvm/metadata.xml

index 326f12bf5b018dd4656aed95c62de6254923a54b..2165c0a352201cc59565e7b45f08843f2450c733 100644 (file)
@@ -5,6 +5,10 @@
                <email>mgorny@gentoo.org</email>
                <name>Michał Górny</name>
        </maintainer>
+       <maintainer type="person">
+               <email>wizardedit@gentoo.org</email>
+               <name>Austin English</name>
+       </maintainer>
        <longdescription>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.
 
 Features and Goals
index 6d78a05d65b71031fdabe6a86b1101b48924d11d..3a671d6c5874fa42fb37a5d146ac47267eec44fe 100644 (file)
@@ -9,6 +9,10 @@
                <email>williamh@gentoo.org</email>
                <name>William Hubbs</name>
        </maintainer>
+       <maintainer type="person">
+               <email>wizardedit@gentoo.org</email>
+               <name>Austin English</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.