Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: toolchain@g.o, Sam James <sam@g.o>, "Jannik Glückert" <jannik.glueckert@×××××.com>
Subject: [gentoo-dev] [PATCH 5/8] flag-o-matic.eclass: allow -glldb
Date: Tue, 18 Jan 2022 18:26:00
Message-Id: 20220118182412.1127220-5-sam@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/8] flag-o-matic.eclass: strip-flags: Fix logic to properly support "=" in patterns. by Sam James
1 We already allow -ggdb for GDB and this is the analogue for LLDB.
2
3 Bug: https://bugs.gentoo.org/800533
4 Reported-by: Jannik Glückert <jannik.glueckert@×××××.com>
5 Signed-off-by: Sam James <sam@g.o>
6 ---
7 eclass/flag-o-matic.eclass | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
11 index d6590a2e52dfd..a2e37b89b6f08 100644
12 --- a/eclass/flag-o-matic.eclass
13 +++ b/eclass/flag-o-matic.eclass
14 @@ -73,6 +73,7 @@ _setup-allowed-flags() {
15 -gdwarf '-gdwarf-*'
16 -gstabs -gstabs+
17 -gz
18 + -glldb
19
20 # Cosmetic/output related, see e.g. bug #830534
21 -fno-diagnostics-color '-fmessage-length=*'
22 --
23 2.34.1