summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-09-20 20:21:18 +0200
committerMichał Górny <mgorny@gentoo.org>2018-09-20 20:26:26 +0200
commitafec44aa8765ddf8bf66aa82699be0f8b19bd05f (patch)
tree81e32ed7b813918ae4264257fd2890e97ac204f3 /sys-devel/llvm/metadata.xml
parentdev-util/android-ndk: bump 18 (diff)
downloadgentoo-afec44aa8765ddf8bf66aa82699be0f8b19bd05f.tar.gz
gentoo-afec44aa8765ddf8bf66aa82699be0f8b19bd05f.tar.bz2
gentoo-afec44aa8765ddf8bf66aa82699be0f8b19bd05f.zip
sys-devel/llvm: Add flag to control libfpm dep for exegesis
Bug: https://bugs.gentoo.org/666617 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm/metadata.xml')
-rw-r--r--sys-devel/llvm/metadata.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml
index e35461842711..4538466dde0e 100644
--- a/sys-devel/llvm/metadata.xml
+++ b/sys-devel/llvm/metadata.xml
@@ -14,6 +14,8 @@
<flag name="default-compiler-rt">Use compiler-rt instead of libgcc as the default rtlib for clang</flag>
<flag name="default-libcxx">Use libc++ instead of libstdc++ as the default stdlib for clang</flag>
<flag name="doc">Build and install the HTML documentation and regenerate the man pages</flag>
+ <flag name="exegesis">Enable performance counter support for llvm-exegesis tool
+ that can be used to measure host machine instruction characteristics</flag>
<flag name="gold">Build the gold linker plugin</flag>
<flag name="lldb">Build the lldb debugger</flag>
<flag name="multitarget">Build all host targets (default: host only)</flag>