dev-util/llvm-mingw64: Filter out -mbranch-protection=

Closes: https://bugs.gentoo.org/957683
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42516
Closes: https://github.com/gentoo/gentoo/pull/42516
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein 2025-06-09 15:35:28 +02:00 committed by Sam James
parent fe7ad624aa
commit d633b14389
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ src_compile() {
filter-flags '-fuse-ld=*'
filter-flags '-mfunction-return=thunk*' #878849
filter-flags '-mbranch-protection=*' #957683
use custom-cflags || filter-flags '-fstack-protector*' #931512

View File

@ -79,6 +79,7 @@ src_compile() {
filter-flags '-fuse-ld=*'
filter-flags '-mfunction-return=thunk*' #878849
filter-flags '-mbranch-protection=*' #957683
use custom-cflags || filter-flags '-fstack-protector*' #931512