Skip to content

Commit cf3a6fb

Browse files
committed
BR multilib libunwind-devel to please multilib detection
when checking ie __i386__ symbol existence llvm compiles a binary with libunwind linked-in although it does not seem to be required in actual compiler rt artifacts caused by: llvm/llvm-project#66584
1 parent 2699f86 commit cf3a6fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ BuildRequires: tcl-devel
169169
BuildRequires: gcc-c++-multilib-32
170170
BuildRequires: glibc-devel(ix86)
171171
BuildRequires: libstdc++-multilib-32-devel
172+
BuildRequires: libunwind-devel(x86-32)
172173
%endif
173174
%ifarch x32
174175
BuildRequires: gcc-c++-multilib-32
@@ -177,6 +178,8 @@ BuildRequires: glibc-devel(ix86)
177178
BuildRequires: glibc-devel(x86_64)
178179
BuildRequires: libstdc++-multilib-32-devel
179180
BuildRequires: libstdc++-multilib-64-devel
181+
BuildRequires: libunwind-devel(x86-32)
182+
BuildRequires: libunwind-devel(x86-64)
180183
%endif
181184
%endif
182185
%if %{with lldb}

0 commit comments

Comments
 (0)