diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-04 13:42:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-04 18:14:37 +0100 |
commit | 3d7ac4ef5fb1d24236a36098b03fd40c2dc9b8ea (patch) | |
tree | dc5ac9a5eee8ca94e2f06677aaa7e3ab5a8beac8 /sys-devel | |
parent | media-sound/scream: drop 3.9 (diff) | |
download | gentoo-3d7ac4ef5fb1d24236a36098b03fd40c2dc9b8ea.tar.gz gentoo-3d7ac4ef5fb1d24236a36098b03fd40c2dc9b8ea.tar.bz2 gentoo-3d7ac4ef5fb1d24236a36098b03fd40c2dc9b8ea.zip |
sys-devel/llvm: Stop enabling EH/RTTI on 16.0.0.9999
Remove the explicit option to enable EH and RTTI on 16.x. This should
no longer be necessary, and should meet the Gentoo policy of following
upstream better.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-16.0.0.9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-16.0.0.9999.ebuild b/sys-devel/llvm/llvm-16.0.0.9999.ebuild index 65051b80ade6..bd53ed43b20b 100644 --- a/sys-devel/llvm/llvm-16.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-16.0.0.9999.ebuild @@ -356,8 +356,6 @@ multilib_src_configure() { -DLLVM_ENABLE_LIBXML2=$(usex xml) -DLLVM_ENABLE_ASSERTIONS=$(usex debug) -DLLVM_ENABLE_LIBPFM=$(usex exegesis) - -DLLVM_ENABLE_EH=ON - -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_Z3_SOLVER=$(usex z3) -DLLVM_ENABLE_ZSTD=$(usex zstd) |