Skip to content

Commit 28e1b4e

Browse files
committed
[llvm] Use identical %prep blocks
1 parent 455640d commit 28e1b4e

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
@@ -59,6 +59,9 @@ LLVM Header files
5959
%prep
6060
%autosetup -p1 -n %{name}-%{version}/%{name}
6161

62+
# symlink clang extra tools to enable build
63+
ln -s ../../clang-tools-extra clang/tools/extra || :
64+
6265
%build
6366
pushd llvm
6467

0 commit comments

Comments
 (0)