Skip to content

Commit 7fff940

Browse files
committed
[llvm] Use identical %prep blocks
1 parent 7ea610c commit 7fff940

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rpm/llvm.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ LLVM Header files
5656
%prep
5757
%autosetup -p1 -n %{name}-%{version}/%{name}
5858

59+
# symlink clang extra tools to enable build
60+
ln -s ../../clang-tools-extra clang/tools/extra || :
61+
5962
%build
6063
pushd llvm
6164

0 commit comments

Comments
 (0)