mirror of
https://abf.rosa.ru/djam/llvm12.git
synced 2025-02-23 23:32:50 +00:00
Added a workaround for LLVM bug #22661
See https://llvm.org/bugs/show_bug.cgi?id=22661.
This commit is contained in:
parent
6c24cc7432
commit
092e0ee5f5
1 changed files with 3 additions and 0 deletions
|
@ -423,6 +423,9 @@ cd ..
|
|||
sed -i 's|ActiveLibDir = ActivePrefix + "/lib"|ActiveLibDir = ActivePrefix + "/%{_lib}/%{name}"|g' tools/llvm-config/llvm-config.cpp
|
||||
cd build
|
||||
|
||||
# FIXME https://llvm.org/bugs/show_bug.cgi?id=22661
|
||||
sed -ri "/ifeq.*CompilerTargetArch/s#i386#i686#g" projects/compiler-rt/make/platform/clang_linux.mk
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue