summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-06-27 03:54:29 -0500
committerAustin English <wizardedit@gentoo.org>2016-06-27 03:55:57 -0500
commitce14c54c36777aa0738b27f0828feddc869c1f6e (patch)
treebe7ccd6b468df123796cbacaf71a40c2f874018b /sys-devel/llvm/metadata.xml
parentnet-misc/ntp: x86 stable wrt bug #584954 (diff)
downloadgentoo-ce14c54c36777aa0738b27f0828feddc869c1f6e.tar.gz
gentoo-ce14c54c36777aa0738b27f0828feddc869c1f6e.tar.bz2
gentoo-ce14c54c36777aa0738b27f0828feddc869c1f6e.zip
sys-devel/{clang,llvm}: add myself as maintainer
Diffstat (limited to 'sys-devel/llvm/metadata.xml')
-rw-r--r--sys-devel/llvm/metadata.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml
index 6d78a05d65b7..3a671d6c5874 100644
--- a/sys-devel/llvm/metadata.xml
+++ b/sys-devel/llvm/metadata.xml
@@ -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.