mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +00:00
add -ffat-lto-objects to known bad flags
This commit is contained in:
parent
773f850283
commit
2d50ffd68e
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue