commit:     54d1f315d1ca6015cc4138c20d5f1405faca7303
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 22:27:27 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 22:38:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d1f315

sys-devel/clang: Revert "Fix respecting USE=debug for asserts, #614844"

Turns out the issue lies within LLVM itself, wrt CMAKE_BUILD_TYPE
no longer forcing -DNDEBUG while wiping out the default flags.

Reverts: 9e3db5e62f63c3c169e9c60f5ac5acc43ae87160

 sys-devel/clang/{clang-4.0.0-r2.ebuild => clang-4.0.0-r1.ebuild} | 1 -
 sys-devel/clang/clang-9999.ebuild                                | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-devel/clang/clang-4.0.0-r2.ebuild 
b/sys-devel/clang/clang-4.0.0-r1.ebuild
similarity index 99%
rename from sys-devel/clang/clang-4.0.0-r2.ebuild
rename to sys-devel/clang/clang-4.0.0-r1.ebuild
index 94ecbba541a..eaf9b27e3c5 100644
--- a/sys-devel/clang/clang-4.0.0-r2.ebuild
+++ b/sys-devel/clang/clang-4.0.0-r1.ebuild
@@ -157,7 +157,6 @@ multilib_src_configure() {
                -DLLVM_BUILD_TESTS=$(usex test)
 
                # these are not propagated reliably, so redefine them
-               -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
                -DLLVM_ENABLE_EH=ON
                -DLLVM_ENABLE_RTTI=ON
 

diff --git a/sys-devel/clang/clang-9999.ebuild 
b/sys-devel/clang/clang-9999.ebuild
index d755a064a33..05f378ffda7 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -160,7 +160,6 @@ multilib_src_configure() {
                -DLLVM_BUILD_TESTS=$(usex test)
 
                # these are not propagated reliably, so redefine them
-               -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
                -DLLVM_ENABLE_EH=ON
                -DLLVM_ENABLE_RTTI=ON
 

Reply via email to