mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-23 15:22:54 +00:00
%{kversion}
This commit is contained in:
parent
3c0863c69d
commit
02c1a20ffd
2 changed files with 38250 additions and 0 deletions
38237
aufs-6.6.diff
Normal file
38237
aufs-6.6.diff
Normal file
File diff suppressed because it is too large
Load diff
13
clang-wrapper.sh
Normal file
13
clang-wrapper.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Функция для фильтрации неподдерживаемых опций
|
||||
filter_options() {
|
||||
echo "$@" | sed -e 's/-Wno-shift-negative-value//g'
|
||||
}
|
||||
|
||||
# Получаем отфильтрованные опции
|
||||
filtered_options=$(filter_options "$@")
|
||||
|
||||
# Выполняем clang с отфильтрованными опциями
|
||||
/opt/llvm17/bin/clang $filtered_options
|
||||
|
Loading…
Add table
Reference in a new issue