commit:     47d20223ebfdd16c71f48fec1a6194d4a5e87096
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 16:48:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 22:18:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d20223

flag-o-matic.eclass: allow -glldb

We already allow -ggdb for GDB and this is the analogue for LLDB.

Bug: https://bugs.gentoo.org/800533
Reported-by: Jannik Glückert <jannik.glueckert <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/flag-o-matic.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index d6590a2e52df..a2e37b89b6f0 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -73,6 +73,7 @@ _setup-allowed-flags() {
                -gdwarf '-gdwarf-*'
                -gstabs -gstabs+
                -gz
+               -glldb
 
                # Cosmetic/output related, see e.g. bug #830534
                -fno-diagnostics-color '-fmessage-length=*'

Reply via email to