add -ffat-lto-objects to known bad flags

This commit is contained in:
Mikhail Novosyolov 2020-04-01 00:48:02 +03:00
parent 773f850283
commit 2d50ffd68e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# CFLAGS that are known to be not suppported by clang
%noclang_optflags -fvar-tracking-assignments -frecord-gcc-switches
%noclang_optflags -fvar-tracking-assignments -frecord-gcc-switches -ffat-lto-objects
%clang_gcc_wrapper() \
# clang wrapper to remove compiler flags that clang does not know \

View file

@ -30,7 +30,7 @@
Summary: Low Level Virtual Machine (LLVM)
Name: llvm
Version: %{major_ver}.%{minor_ver}
Release: 1
Release: 2
License: NCSA
Group: Development/Other
Url: http://llvm.org