Skip to content

Commit

Permalink
BR multilib libunwind-devel to please multilib detection
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jpalus committed Apr 10, 2024
1 parent 2699f86 commit cf3a6fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ BuildRequires: tcl-devel
BuildRequires: gcc-c++-multilib-32
BuildRequires: glibc-devel(ix86)
BuildRequires: libstdc++-multilib-32-devel
BuildRequires: libunwind-devel(x86-32)
%endif
%ifarch x32
BuildRequires: gcc-c++-multilib-32
Expand All @@ -177,6 +178,8 @@ BuildRequires: glibc-devel(ix86)
BuildRequires: glibc-devel(x86_64)
BuildRequires: libstdc++-multilib-32-devel
BuildRequires: libstdc++-multilib-64-devel
BuildRequires: libunwind-devel(x86-32)
BuildRequires: libunwind-devel(x86-64)
%endif
%endif
%if %{with lldb}
Expand Down

0 comments on commit cf3a6fb

Please sign in to comment.