]> TLD Linux GIT Repositories - packages/llvm.git/blob - llvm.spec
6727ebfa6d868d459406a4a5fccc90607832ea27
[packages/llvm.git] / llvm.spec
1 #
2 # NOTE:
3 #  - normal build (x86_64) requires about 80 GB of disk space
4 #
5 # TODO:
6 # - move and package:
7 #       %{_datadir}/clang/clang-format-sublime.py - sublime plugin
8 #       %{_datadir}/clang/clang-format.el - clang tools emacs integration
9 #       %{_datadir}/clang/clang-include-fixer.el
10 #       %{_datadir}/clang/clang-rename.el
11 # - no content in doc package (it used to contain parts of clang apidocs and some examples)
12 # - system isl in polly?
13 # - dependencies and files for lua module
14 #       %{_libdir}/lua/5.3/lldb.so
15 # - figure out whether we need obj.MLIRCAPIIR files
16 # - cmake dependencies mess (LLVMExports.cmake appears to require all -devels):
17 #   with llvm-devel and spirv-tools-devel installed but without llvm-mlir (or other packages):
18 #   $ cat CMakeLists.txt
19 #   find_package(LLVM)
20 #   find_package(SPIRV-Tools)
21 #   $ cmake -B build
22 #   ...
23 #   The imported target "mlir-tblgen" references the file
24 #
25 #      "/usr/bin/mlir-tblgen"
26 #
27 #   but this file does not exist.  Possible reasons include:
28 #   ...
29 #
30 # Conditional build:
31 %bcond_without  lldb                    # LLDB debugger
32 %bcond_without  mlir                    # MLIR libraries and tools (required for Flang)
33 %bcond_with     flang                   # Flang (Fortran18) compiler (heavy memory requirements during build)
34 %bcond_without  polly                   # Polly cache-locality optimization, auto-parallelism and vectorization
35 %bcond_without  rt                      # compiler-rt libraries
36 %bcond_without  multilib                # compiler-rt multilib libraries
37 %bcond_without  ocaml                   # OCaml binding
38 %bcond_without  z3                      # Z3 constraint solver support in Clang Static Analyzer
39 %bcond_without  doc                     # HTML docs and man pages
40 %bcond_without  target_aarch64          # AArch64 target support
41 %bcond_without  target_amdgpu           # AMDGPU target support
42 %bcond_without  target_arm              # ARM target support
43 %bcond_without  target_avr              # AVR target support
44 %bcond_without  target_bpf              # BPF target support
45 %bcond_without  target_hexagon          # Hexagon target support
46 %bcond_without  target_lanai            # Lanai target support
47 %bcond_without  target_loongarch        # LoongArch target support
48 %bcond_without  target_mips             # Mips target support
49 %bcond_without  target_msp430           # MSP430 target support
50 %bcond_without  target_nvptx            # NVPTX target support
51 %bcond_without  target_powerpc          # PowerPC target support
52 %bcond_without  target_riscv            # RISCV target support
53 %bcond_without  target_sparc            # Sparc target support
54 %bcond_without  target_systemz          # SystemZ target support
55 %bcond_without  target_ve               # VE target support
56 %bcond_without  target_webassembly      # WebAssembly target support
57 %bcond_without  target_x86              # X86 target support
58 %bcond_without  target_xcore            # XCore target support
59 %bcond_with     cxxmodules              # C++20 modules (requires support in bootstrap compiler)
60 %bcond_with     apidocs                 # doxygen docs (HUGE, so they are not built by default)
61 %bcond_with     tests                   # run tests
62 %bcond_with     lowmem                  # lower memory requirements
63
64 # No ocaml on other arches or no native ocaml (required for ocaml-ctypes)
65 %ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
66 %undefine       with_ocaml
67 %endif
68
69 %ifarch armv3l %{armv4} %{armv5} %{armv6}
70 %undefine       with_rt
71 %endif
72
73 %ifarch i386 i486 armv3l %{armv4} %{armv5} %{armv6}
74 %define         with_libatomic  1
75 %endif
76
77 %define         targets_to_build        %{?with_target_aarch64:AArch64;}%{?with_target_amdgpu:AMDGPU;}%{?with_target_arm:ARM;}%{?with_target_avr:AVR;}%{?with_target_bpf:BPF;}%{?with_target_hexagon:Hexagon;}%{?with_target_lanai:Lanai;}%{?with_target_loongarch:LoongArch;}%{?with_target_mips:Mips;}%{?with_target_msp430:MSP430;}%{?with_target_nvptx:NVPTX;}%{?with_target_powerpc:PowerPC;}%{?with_target_riscv:RISCV;}%{?with_target_sparc:Sparc;}%{?with_target_systemz:SystemZ;}%{?with_target_ve:VE;}%{?with_target_webassembly:WebAssembly;}%{?with_target_x86:X86;}%{?with_target_xcore:XCore;}
78
79 %if %{without mlir}
80 %undefine       with_flang
81 %endif
82
83 Summary:        The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
84 Summary(pl.UTF-8):      Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
85 Name:           llvm
86 Version:        16.0.6
87 Release:        1
88 License:        Apache 2.0 with LLVM exceptions
89 Group:          Development/Languages
90 #Source0Download: https://github.com/llvm/llvm-project/releases/
91 Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{name}-%{version}.src.tar.xz
92 # Source0-md5:  7d986cda69719a35bd5ecb266fcf1f65
93 Source1:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-%{version}.src.tar.xz
94 # Source1-md5:  70053a666251fdcabc466ea4a0275972
95 Source2:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz
96 # Source2-md5:  79eb1121d4990a6585787e6b68361afe
97 Source3:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz
98 # Source3-md5:  89ab2812e99d35fae6a0141bb57b9b1d
99 Source4:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/polly-%{version}.src.tar.xz
100 # Source4-md5:  540613f9eaffb7bd05dfd77b52e6a4e2
101 Source5:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-tools-extra-%{version}.src.tar.xz
102 # Source5-md5:  775a93a7b168101f544dbfed23ac4aaa
103 Source6:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lld-%{version}.src.tar.xz
104 # Source6-md5:  9c9530a0853624a869917853a2da2bd1
105 Source7:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/flang-%{version}.src.tar.xz
106 # Source7-md5:  988186ce1f8629f924660e350a57e000
107 Source8:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/mlir-%{version}.src.tar.xz
108 # Source8-md5:  9c9dac6bd7fdaf682f60fabca839c578
109 Source9:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/cmake-%{version}.src.tar.xz
110 # Source9-md5:  b7830bb90e376c90a43c2c190a0a5ffa
111 Patch1:         %{name}-tld.patch
112 Patch3:         x32-gcc-toolchain.patch
113 Patch4:         cmake-buildtype.patch
114 Patch5:         %{name}-ocaml-shared.patch
115 Patch6:         %{name}-flang.patch
116 Patch7:         llvm12-build_fixes.patch
117 Patch8:         %{name}-selective_bindings.patch
118 Patch9:         %{name}-libexecdir.patch
119 Patch10:        compiler-rt-paths.patch
120 Patch11:        cmake-utils-path-override.patch
121 Patch12:        x32-compiler-rt.patch
122 URL:            https://llvm.org/
123 BuildRequires:  bash
124 BuildRequires:  binutils-devel
125 BuildRequires:  bison
126 BuildRequires:  cmake >= 3.13.4
127 BuildRequires:  flex
128 BuildRequires:  groff
129 %{?with_libatomic:BuildRequires:        libatomic-devel}
130 BuildRequires:  libedit-devel
131 BuildRequires:  libltdl-devel
132 BuildRequires:  libpfm-devel
133 BuildRequires:  libstdc++-devel >= 6:5
134 BuildRequires:  libxml2-devel >= 2
135 BuildRequires:  ncurses-devel
136 %if %{with ocaml}
137 BuildRequires:  ocaml >= 4.00.0
138 BuildRequires:  ocaml-ctypes-devel >= 0.4
139 BuildRequires:  ocaml-findlib
140 BuildRequires:  ocaml-ocamldoc
141 %{?with_tests:BuildRequires:    ocaml-ounit >= 2}
142 %endif
143 BuildRequires:  perl-base >= 1:5.6
144 BuildRequires:  perl-tools-pod
145 BuildRequires:  python3 >= 1:3
146 BuildRequires:  python3-PyYAML
147 BuildRequires:  python3-modules
148 BuildRequires:  python3-pygments >= 2.0
149 BuildRequires:  rpm-build >= 4.6
150 BuildRequires:  rpm-pythonprov
151 BuildRequires:  rpmbuild(macros) >= 2.007
152 %{?with_doc:BuildRequires:      sphinx-pdg}
153 BuildRequires:  tar >= 1:1.22
154 BuildRequires:  xar-devel >= 1.6
155 BuildRequires:  xz
156 %{?with_z3:BuildRequires:       z3-devel >= 4.7.1}
157 BuildRequires:  zlib-devel
158 BuildRequires:  zstd-devel
159 %if %{with apidocs}
160 BuildRequires:  doxygen
161 BuildRequires:  graphviz
162 %endif
163 %if %{with tests}
164 BuildRequires:  dejagnu
165 BuildRequires:  tcl-devel
166 %endif
167 %if %{with rt} && %{with multilib}
168 %ifarch %{x8664}
169 BuildRequires:  gcc-c++-multilib-32
170 BuildRequires:  glibc-devel(ix86)
171 BuildRequires:  libstdc++-multilib-32-devel
172 %endif
173 %ifarch x32
174 BuildRequires:  gcc-c++-multilib-32
175 BuildRequires:  gcc-c++-multilib-64
176 BuildRequires:  glibc-devel(ix86)
177 BuildRequires:  glibc-devel(x86_64)
178 BuildRequires:  libstdc++-multilib-32-devel
179 BuildRequires:  libstdc++-multilib-64-devel
180 %endif
181 %endif
182 %if %{with lldb}
183 BuildRequires:  epydoc
184 BuildRequires:  libxml2-devel >= 2
185 BuildRequires:  lua-devel
186 BuildRequires:  ncurses-ext-devel
187 BuildRequires:  python3-devel >= 1:3.2
188 %{?with_doc:BuildRequires:      python3-recommonmark}
189 BuildRequires:  swig-python >= 3.0.11
190 BuildRequires:  xz-devel
191 %endif
192 %if %{with polly}
193 #BuildRequires: gmp-devel or imath-devel (private copy in polly/lib/External/isl/imath)
194 # private copy in polly/lib/External/isl
195 #BuildRequires: isl-devel >= 0.22.1
196 #TODO (bcond): cuda-devel (with POLLY_ENABLE_GPGPU_CODEGEN=ON)
197 %{?with_target_nvptx:BuildRequires:     ocl-icd-libOpenCL-devel}
198 %endif
199 %if %{with ocaml}
200 BuildConflicts: llvm-ocaml
201 %endif
202 Requires:       %{name}-libs = %{version}-%{release}
203 # LLVM is not supported on PPC64
204 # http://llvm.org/bugs/show_bug.cgi?id=3729
205 ExcludeArch:    ppc64
206 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
207
208 %define         abi     16
209 %define         _sysconfdir     /etc/%{name}
210
211 %define         specflags_ppc   -fno-var-tracking-assignments
212
213 # objcopy: BFD (GNU Binutils) 2.32 assertion fail format.c:459
214 # objcopy: error: .../libLLVM-8.so(.debug_gnu_pubtypes) is too large (0x1ceee347 bytes)
215 # objcopy: .../libLLVM-8.so[.debug_gnu_pubtypes]: memory exhausted
216 %ifarch x32
217 %define         _enable_debug_packages  0
218 %endif
219 # ix86 and x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
220 # use -gsplit-dwarf only when building packages with debuginfo
221 # to avoid excessive disk space usage
222 %if 0%{?_enable_debug_packages}
223 %define         specflags       -gsplit-dwarf
224 %endif
225
226 # strip corrupts: $RPM_BUILD_ROOT/usr/lib64/llvm-gcc/bin/llvm-c++ ...
227 %define         _noautostrip    .*/\\(libmud.*\\.a\\|bin/llvm-.*\\|lib.*++\\.a\\)
228
229 # clang doesn't know -fvar-tracking-assignments, and leaving it here would pollute llvm-config
230 # -Werror=format-security is for swig
231 # TODO: add - -Werror=format-security to tools/lldb/scripts/LLDBWrapPython.cpp
232 %define         filterout_c     -fvar-tracking-assignments
233 %define         filterout_cxx   -fvar-tracking-assignments -Werror=format-security
234 %define         filterout_ccpp  -fvar-tracking-assignments
235
236 %description
237 LLVM is a compiler infrastructure designed for compile-time,
238 link-time, runtime, and idle-time optimization of programs from
239 arbitrary programming languages. LLVM is written in C++ and has been
240 developed since 2000 at the University of Illinois and Apple. It
241 currently supports compilation of C and C++ programs using clang
242 frontend.
243
244 %description -l pl.UTF-8
245 LLVM to infrastruktura kompilatora zaprojektowana do optymalizacji
246 czasu kompilowania, linkowania, działania i bezczynności programów w
247 dowolnych językach programowania. Jest napisana w C++, rozwijana od
248 roku 2000 przez Uniwersytet w Illinois i Apple. Aktualnie obsługuje
249 kompilację programów w C i C++ przy użyciu frontendu clang.
250
251 %package libs
252 Summary:        LLVM shared libraries
253 Summary(pl.UTF-8):      Biblioteki współdzielone LLVM-a
254 Group:          Libraries
255 Conflicts:      llvm < 3.2
256
257 %description libs
258 LLVM shared libraries.
259
260 %description libs -l pl.UTF-8
261 Biblioteki współdzielone LLVM-a.
262
263 %package devel
264 Summary:        Static libraries and header files for LLVM
265 Summary(pl.UTF-8):      Biblioteki statyczne i pliki nagłówkowe dla LLVM-a
266 Group:          Development/Languages
267 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
268 %{?with_libatomic:Requires:     libatomic-devel}
269 Requires:       libstdc++-devel >= 6:3.4
270 Requires:       ncurses-devel
271 %{?with_z3:Requires:    z3-devel}
272 Requires:       zlib-devel
273 Requires:       zstd-devel
274
275 %description devel
276 This package contains static libraries and header files needed to
277 develop new native programs that use the LLVM infrastructure.
278
279 %description devel -l pl.UTF-8
280 Ten pakiet zawiera biblioteki statyczne oraz pliki nagłówkowe
281 potrzebne do tworzenia nowych programów natywnych wykorzystujących
282 infrastrukturę LLVM.
283
284 %package doc
285 Summary:        Documentation for LLVM
286 Summary(pl.UTF-8):      Dokumentacja do LLVM-a
287 Group:          Documentation
288 # does not require base
289
290 %description doc
291 Documentation for the LLVM compiler infrastructure.
292
293 %description doc -l pl.UTF-8
294 Dokumentacja do infrastruktury kompilatorów LLVM.
295
296 %package apidocs
297 Summary:        API documentation for LLVM
298 Summary(pl.UTF-8):      Dokumentacja API LLVM-a
299 Group:          Development/Languages
300 Requires:       %{name}-doc = %{version}-%{release}
301 BuildArch:      noarch
302
303 %description apidocs
304 API documentation for the LLVM compiler infrastructure.
305
306 %description apidocs -l pl.UTF-8
307 Dokumentacja API infrastruktury kompilatorów LLVM.
308
309 %package mlir
310 Summary:        LLVM Multi-Level Intermediate Representation libraries and tools
311 Summary(pl.UTF-8):      Biblioteki i narzędzia wielopoziomowej reprezentacji pośredniej LLVM
312 Group:          Development/Tools
313 URL:            https://mlir.llvm.org/
314 Requires:       %{name} = %{version}-%{release}
315
316 %description mlir
317 LLVM Multi-Level Intermediate Representation libraries and tools.
318
319 %description mlir -l pl.UTF-8
320 Biblioteki i narzędzia wielopoziomowej reprezentacji pośredniej LLVM.
321
322 %package mlir-devel
323 Summary:        LLVM Multi-Level Intermediate Representation development files
324 Summary(pl.UTF-8):      Pliki do programowania z użyciem wielopoziomowej reprezentacji pośredniej LLVM
325 Group:          Development/Tools
326 URL:            https://mlir.llvm.org/
327 Requires:       %{name}-devel = %{version}-%{release}
328 Requires:       %{name}-mlir = %{version}-%{release}
329
330 %description mlir-devel
331 LLVM Multi-Level Intermediate Representation development files.
332
333 %description mlir-devel -l pl.UTF-8
334 Pliki do programowania z użyciem wielopoziomowej reprezentacji
335 pośredniej LLVM.
336
337 %package polly
338 Summary:        Polyhedral optimizations for LLVM
339 Summary(pl.UTF-8):      Optymalizacje wielościanowe dla LLVM-a
340 Group:          Development/Tools
341 URL:            https://polly.llvm.org/
342 Requires:       %{name} = %{version}-%{release}
343
344 %description polly
345 Polly is a high-level loop and data-locality optimizer and
346 optimization infrastructure for LLVM. It uses an abstract mathematical
347 representation based on integer polyhedra to analyze and optimize the
348 memory access pattern of a program.
349
350 %description polly -l pl.UTF-8
351 Polly to wysokopoziomowy optymalizator i infrastruktura LLVM-a do
352 optymalizacji pętli i położenia danych. Wykorzystuje abstrakcyjną
353 reprezentację matematyczną opartą na wielościanach całkowitoliczbowych
354 do analizy i optymalizacji wzorców dostępu do pamięci przez program.
355
356 %package polly-devel
357 Summary:        Header files for LLVM Polly optimization infrastructure
358 Summary(pl.UTF-8):      Pliki nagłówkowe infrastruktury optymalizacji LLVM-a Polly
359 Group:          Development/Libraries
360 URL:            https://polly.llvm.org/
361 Requires:       %{name}-devel = %{version}-%{release}
362 Requires:       %{name}-polly = %{version}-%{release}
363
364 %description polly-devel
365 Header files for LLVM Polly optimization infrastructure.
366
367 %description polly-devel -l pl.UTF-8
368 Pliki nagłówkowe infrastruktury optymalizacji LLVM-a Polly.
369
370 %package -n clang
371 Summary:        A C language family frontend for LLVM
372 Summary(pl.UTF-8):      Frontend LLVM-a do języków z rodziny C
373 Group:          Development/Languages
374 URL:            https://clang.llvm.org/
375 Requires:       %{name} = %{version}-%{release}
376 Requires:       clang-libs = %{version}-%{release}
377
378 %description -n clang
379 clang: noun 1. A loud, resonant, metallic sound. 2. The strident call
380 of a crane or goose. 3. C-language family front-end toolkit.
381
382 The goal of the Clang project is to create a new C, C++, Objective C
383 and Objective C++ front-end for the LLVM compiler. Its tools are built
384 as libraries and designed to be loosely-coupled and extendable.
385
386 %description -n clang -l pl.UTF-8
387 clang (z angielskiego): 1. głośny, rezonujący, metaliczny dźwięk; 2.
388 piskliwy odgłos żurawia lub gęsi; 3. narzędzia frontendowe dla języków
389 z rodziny C.
390
391 Celem projektu Clang jest utworzenie nowego frontendu dla kompilatora
392 LLVM do języków C, C++, Objective C i Objective C++. Narzędzia są
393 budowane jako biblioteki i zaprojektowane z myślą o swobodnym łączeniu
394 i rozszerzaniu.
395
396 %package -n clang-multilib
397 Summary:        A C language family frontend for LLVM - 32-bit support
398 Summary(pl.UTF-8):      Frontend LLVM-a do języków z rodziny C - obsługa binariów 32-bitowych
399 Group:          Development/Languages
400 URL:            https://clang.llvm.org/
401 Requires:       clang = %{version}-%{release}
402
403 %description -n clang-multilib
404 clang: noun 1. A loud, resonant, metallic sound. 2. The strident call
405 of a crane or goose. 3. C-language family front-end toolkit.
406
407 The goal of the Clang project is to create a new C, C++, Objective C
408 and Objective C++ front-end for the LLVM compiler. Its tools are built
409 as libraries and designed to be loosely-coupled and extendable.
410
411 This package contains the C compiler support for producing 32-bit
412 programs on 64-bit host.
413
414 %description -n clang-multilib -l pl.UTF-8
415 clang (z angielskiego): 1. głośny, rezonujący, metaliczny dźwięk; 2.
416 piskliwy odgłos żurawia lub gęsi; 3. narzędzia frontendowe dla języków
417 z rodziny C.
418
419 Celem projektu Clang jest utworzenie nowego frontendu dla kompilatora
420 LLVM do języków C, C++, Objective C i Objective C++. Narzędzia są
421 budowane jako biblioteki i zaprojektowane z myślą o swobodnym łączeniu
422 i rozszerzaniu.
423
424 Ten pakiet zawiera rozszerzenie kompilatora C o obsługę tworzenia
425 programów 32-bitowych na maszynie 64-bitowej.
426
427 %package -n clang-libs
428 Summary:        Clang shared libraries
429 Summary(pl.UTF-8):      Biblioteki współdzielone Clanga
430 Group:          Libraries
431 URL:            https://clang.llvm.org/
432
433 %description -n clang-libs
434 Clang shared libraries.
435
436 %description -n clang-libs -l pl.UTF-8
437 Biblioteki współdzielone Clanga.
438
439 %package -n clang-devel
440 Summary:        Header files for Clang
441 Summary(pl.UTF-8):      Pliki nagłówkowe Clanga
442 Group:          Development/Languages
443 URL:            https://clang.llvm.org/
444 Requires:       %{name}-devel = %{version}-%{release}
445 Requires:       clang = %{version}-%{release}
446 %{?with_polly:Requires: llvm-polly-devel = %{version}-%{release}}
447
448 %description -n clang-devel
449 This package contains header files for the Clang compiler.
450
451 %description -n clang-devel -l pl.UTF-8
452 Ten pakiet zawiera pliki nagłówkowe kompilatora Clang.
453
454 %package -n clang-doc
455 Summary:        Documentation for Clang
456 Summary(pl.UTF-8):      Dokumentacja do Clanga
457 URL:            https://clang.llvm.org/
458 Group:          Documentation
459 Requires:       %{name} = %{version}-%{release}
460 BuildArch:      noarch
461
462 %description -n clang-doc
463 Documentation for the Clang compiler front-end.
464
465 %description -n clang-doc -l pl.UTF-8
466 Dokumentacja do frontendu kompilatora Clang.
467
468 %package -n clang-apidocs
469 Summary:        API documentation for Clang
470 Summary(pl.UTF-8):      Dokumentacja API Clanga
471 URL:            https://clang.llvm.org/
472 Group:          Development/Languages
473 Requires:       clang-doc = %{version}-%{release}
474 BuildArch:      noarch
475
476 %description -n clang-apidocs
477 API documentation for the Clang compiler.
478
479 %description -n clang-apidocs -l pl.UTF-8
480 Dokumentacja API kompilatora Clang.
481
482 %package -n clang-analyzer
483 Summary:        A source code analysis framework
484 Summary(pl.UTF-8):      Szkielet do analizy kodu źródłowego
485 Group:          Development/Languages
486 URL:            https://clang-analyzer.llvm.org/
487 Requires:       clang = %{version}-%{release}
488 # not picked up automatically since files are currently not instaled
489 # in standard Python hierarchies yet
490 Requires:       python3
491
492 %description -n clang-analyzer
493 The Clang Static Analyzer consists of both a source code analysis
494 framework and a standalone tool that finds bugs in C and Objective-C
495 programs. The standalone tool is invoked from the command-line, and is
496 intended to run in tandem with a build of a project or code base.
497
498 %description -n clang-analyzer -l pl.UTF-8
499 Clang Static Analyzer składa się ze szkieletu do analizy kodu
500 źródłowego oraz samodzielnego narzędzia znajdującego błędy w
501 programach w C i C++. Narzędzie jest wywoływane z linii poleceń, z
502 myślą o uruchamianiu wraz z kompilacją projektu lub kodu.
503
504 %package -n clang-tools-extra
505 Summary:        Extra tools for Clang
506 Summary(pl.UTF-8):      Dodatkowe narzędzia do kompilatora Clang
507 Group:          Development/Tools
508 URL:            https://clang.llvm.org/docs/ClangTools.html
509 Requires:       clang = %{version}-%{release}
510
511 %description -n clang-tools-extra
512 Extra tools for Clang.
513
514 %description -n clang-tools-extra -l pl.UTF-8
515 Dodatkowe narzędzia do kompilatora Clang.
516
517 %package -n bash-completion-clang
518 Summary:        Bash completion for clang command
519 Summary(pl.UTF-8):      Bashowe dopełnianie składni polecenia clang
520 Group:          Applications/Shells
521 Requires:       bash-completion >= 1:2.0
522 Requires:       clang = %{version}-%{release}
523 BuildArch:      noarch
524
525 %description -n bash-completion-clang
526 Bash completion for clang command.
527
528 %description -n bash-completion-clang -l pl.UTF-8
529 Bashowe dopełnianie składni polecenia clang.
530
531 %package -n flang
532 Summary:        Fortran frontend for LLVM
533 Summary(pl.UTF-8):      Frontend LLVM-a do Fortranu
534 Group:          Development/Languages
535 URL:            http://flang.llvm.org/
536 Requires:       %{name}-mlir = %{version}-%{release}
537
538 %description -n flang
539 Flang is a ground-up implementation of a Fortran front end written in
540 modern C++.
541
542 %description -n flang -l pl.UTF-8
543 Flang to napisana od podstaw we współczesnym C++ implementacja
544 frontendu do Fortranu.
545
546 %package -n flang-devel
547 Summary:        Fortran frontend for LLVM - development files
548 Summary(pl.UTF-8):      Frontend LLVM-a do Fortranu - pliki programistyczne
549 Group:          Development/Languages
550 URL:            http://flang.llvm.org/
551 Requires:       %{name}-mlir-devel = %{version}-%{release}
552 Requires:       flang-devel = %{version}-%{release}
553
554 %description -n flang-devel
555 Development files for LLVM Fortran frontend.
556
557 %description -n flang-devel -l pl.UTF-8
558 Pliki prosramistyczne frontendu LLVM do Fortranu.
559
560 %package -n lld
561 Summary:        The LLVM linker
562 Summary(pl.UTF-8):      Konsolidator z projektu LLVM
563 Group:          Development/Libraries
564 URL:            https://lld.llvm.org/
565 Requires:       %{name} = %{version}-%{release}
566
567 %description -n lld
568 lld is a new set of modular code for creating linker tools.
569
570 %description -n lld -l pl.UTF-8
571 lld to nowy zbiór modularnego kodu do tworzenia narzędzi
572 konsolidujących.
573
574 %package -n lld-devel
575 Summary:        Development files for LLD linker tools
576 Summary(pl.UTF-8):      Pliki programistyczne narzędzi konsolidujących LLD
577 Group:          Development/Tools
578 URL:            https://lld.llvm.org/
579 Requires:       %{name}-devel = %{version}-%{release}
580 Requires:       xar-devel >= 1.6
581
582 %description -n lld-devel
583 Development files for LLD linker tools.
584
585 %description -n lld-devel -l pl.UTF-8
586 Pliki programistyczne narzędzi konsolidujących LLD.
587
588 %package -n lldb
589 Summary:        Next generation high-performance debugger
590 Summary(pl.UTF-8):      Wydajny debugger nowej generacji
591 Group:          Development/Debuggers
592 URL:            https://lldb.llvm.org/
593 Requires:       %{name} = %{version}-%{release}
594 Requires:       python3-six
595
596 %description -n lldb
597 LLDB is a next generation, high-performance debugger. It is built as a
598 set of reusable components which highly leverage existing libraries in
599 the larger LLVM Project, such as the Clang expression parser and LLVM
600 disassembler.
601
602 %description -n lldb -l pl.UTF-8
603 LLDB to wydajny debugger nowej generacji. Jest zbudowany w oparciu o
604 komponenty wielokrotnego użytku, wykorzystujące istniejące biblioteki
605 w projekcie LLVM, takie jak analizator wyrażeń kompilatora Clang oraz
606 disasembler LLVM.
607
608 %package -n lldb-devel
609 Summary:        Development files for LLDB debugger
610 Summary(pl.UTF-8):      Pliki programistyczne debuggera LLDB
611 Group:          Development/Libraries
612 URL:            https://lldb.llvm.org/
613 Requires:       %{name}-devel = %{version}-%{release}
614 Requires:       clang-devel = %{version}-%{release}
615 Requires:       lldb = %{version}-%{release}
616
617 %description -n lldb-devel
618 Development files for LLDB debugger.
619
620 %description -n lldb-devel -l pl.UTF-8
621 Pliki programistyczne debuggera LLDB.
622
623 %package ocaml
624 Summary:        OCaml binding for LLVM
625 Summary(pl.UTF-8):      Wiązanie OCamla do LLVM-a
626 Group:          Libraries
627 Requires:       %{name} = %{version}-%{release}
628 %if %{with ocaml}
629 %requires_eq    ocaml-runtime
630 %endif
631
632 %description ocaml
633 OCaml binding for LLVM.
634
635 %description ocaml -l pl.UTF-8
636 Wiązanie OCamla do LLVM-a.
637
638 %package ocaml-devel
639 Summary:        Development files for LLVM OCaml binding
640 Summary(pl.UTF-8):      Pliki programistyczne wiązania OCamla do LLVM-a
641 Group:          Development/Libraries
642 Requires:       %{name}-devel = %{version}-%{release}
643 Requires:       %{name}-ocaml = %{version}-%{release}
644
645 %description ocaml-devel
646 The llvm-ocaml-devel package contains libraries and signature files
647 for developing applications that use llvm-ocaml binding.
648
649 %description ocaml-devel -l pl.UTF-8
650 Ten pakiet zawiera biblioteki i pliki sygnatur do tworzenia aplikacji
651 wykorzystujących wiązanie llvm-ocaml.
652
653 %package ocaml-doc
654 Summary:        Documentation for LLVM's OCaml binding
655 Summary(pl.UTF-8):      Dokumentacja wiązania OCamla do LLVM-a
656 Group:          Documentation
657 Requires:       %{name}-ocaml = %{version}-%{release}
658 BuildArch:      noarch
659
660 %description ocaml-doc
661 HTML documentation for LLVM's OCaml binding.
662
663 %description ocaml-doc -l pl.UTF-8
664 Dokumentacja HTML wiązania OCamla do LLVM-a.
665
666 %package opt-viewer
667 Summary:        Optimization records visualization tools
668 Summary(pl.UTF-8):      Narzędzia do wizualizacji rekordów optymalizacji
669 Group:          Development/Tools
670 Requires:       %{name} = %{version}
671 BuildArch:      noarch
672
673 %description opt-viewer
674 Optimization records visualization tools.
675
676 %description opt-viewer -l pl.UTF-8
677 Narzędzia do wizualizacji rekordów optymalizacji.
678
679 %package -n vim-plugin-clang
680 Summary:        Clang format and rename integration for Vim
681 Summary(pl.UTF-8):      Integracja narzędzi Clang do formatowania i zmiany nazw z Vimem
682 Group:          Applications/Editors/Vim
683 Requires:       vim-rt >= 4:7.0
684 BuildArch:      noarch
685
686 %description -n vim-plugin-clang
687 Clang format and rename integration for Vim.
688
689 %description -n vim-plugin-clang -l pl.UTF-8
690 Integracja narzędzi Clang do formatowania i zmiany nazw z Vimem.
691
692 %prep
693 %setup -q -n %{name}-%{version}.src -a1 %{?with_rt:-a2} %{?with_lldb:-a3} %{?with_polly:-a4} -a5 -a6 %{?with_flang:-a7} %{?with_mlir:-a8} -a9
694 %{__mv} clang-%{version}.src tools/clang
695 %{?with_rt:%{__mv} compiler-rt-%{version}.src projects/compiler-rt}
696 %{?with_lldb:%{__mv} lldb-%{version}.src tools/lldb}
697 %{?with_polly:%{__mv} polly-%{version}.src tools/polly}
698 %{__mv} clang-tools-extra-%{version}.src tools/clang/tools/extra
699 %{__mv} lld-%{version}.src tools/lld
700 %if %{with flang}
701 %{__mv} flang-%{version}.src tools/flang
702 %endif
703 %if %{with mlir}
704 %{__mv} mlir-%{version}.src tools/mlir
705 %endif
706 %{__mv} cmake-%{version}.src cmake-utils
707
708 %patch1 -p1
709 %patch3 -p1
710 %patch4 -p1
711 %patch5 -p1
712 %if %{with flang}
713 %patch6 -p1
714 %endif
715 %patch7 -p1
716 %patch8 -p1
717 %patch9 -p1
718 %if %{with rt}
719 %patch10 -p1
720 %patch12 -p1
721 %endif
722 %patch11 -p1
723
724 grep -rl /usr/bin/env projects tools utils | xargs sed -i -e '1{
725         s,^#!.*bin/env python3\?,#!%{__python3},
726         s,^#!.*bin/env perl,#!%{__perl},
727 }'
728
729 find -name '*.py' -print0 | xargs -0 sed -i -e '1{
730         s,^#!.*bin/python.*,#!%{__python3},
731 }'
732
733 %if %{with flang}
734 %{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' tools/flang/tools/f18/flang-to-external-fc.in
735 %endif
736
737 %build
738 install -d build
739
740 # Disabling assertions now, rec. by pure and needed for OpenGTL
741 # TESTFIX no PIC on ix86: http://llvm.org/bugs/show_bug.cgi?id=3801
742 cd build
743 CPPFLAGS="%{rpmcppflags} -D_FILE_OFFSET_BITS=64"
744
745 %if %{with lowmem}
746 export CFLAGS="%{rpmcflags} -NDEBUG -g0"
747 export CXXFLAGS="%{rpmcxxflags} -NDEBUG -g0"
748 if echo 'int main(){}' | %{__cc} -x c %{rpmldflags} -Wl,--reduce-memory-overheads -o /dev/null - > /dev/null 2>&1; then
749 export LDFLAGS="%{rpmldflags} -Wl,--reduce-memory-overheads"
750 fi
751 %endif
752
753 %cmake .. \
754         -DBUILD_SHARED_LIBS:BOOL=OFF \
755         -DENABLE_LINKER_BUILD_ID:BOOL=ON \
756         -DLLVM_COMMON_CMAKE_UTILS="%{_builddir}/%{buildsubdir}/cmake-utils" \
757         -DLLVM_BINDINGS_LIST:LIST="%{?with_ocaml:ocaml}" \
758         -DLLVM_BINUTILS_INCDIR:STRING=%{_includedir} \
759         -DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
760         -DLLVM_ENABLE_ASSERTIONS:BOOL=OFF \
761         -DLLVM_INSTALL_PACKAGE_DIR=%(realpath -m "--relative-to=%{_prefix}" "%{_libdir}/cmake/llvm") \
762         -DLLVM_TOOLS_INSTALL_DIR=%(realpath -m "--relative-to=%{_prefix}" "%{_bindir}") \
763 %ifarch %{arm}
764         -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR:BOOL=ON \
765 %endif
766 %if %{with apidocs}
767         -DLLVM_ENABLE_DOXYGEN:BOOL=ON \
768 %endif
769         %{?with_cxxmodules:-DLLVM_ENABLE_MODULES:BOOL=ON} \
770         -DLLVM_ENABLE_PIC:BOOL=ON \
771         -DLLVM_ENABLE_RTTI:BOOL=ON \
772 %if %{with doc}
773         -DLLVM_ENABLE_SPHINX:BOOL=ON \
774 %endif
775         -DLLVM_INCLUDE_BENCHMARKS:BOOL=OFF \
776         %{?with_z3:-DLLVM_ENABLE_Z3_SOLVER:BOOL=ON} \
777 %if "%{_lib}" == "lib64"
778         -DLLVM_LIBDIR_SUFFIX:STRING=64 \
779 %endif
780 %if "%{_lib}" == "libx32"
781         -DLLVM_LIBDIR_SUFFIX:STRING=x32 \
782 %endif
783         -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
784         -DLLVM_TARGET_ARCH:STRING=%{_target_base_arch} \
785         -DLLVM_DEFAULT_TARGET_TRIPLE:STRING=%{_target_platform} \
786 %if %{with lowmem}
787         -DLLVM_PARALLEL_LINK_JOBS:STRING=1 \
788 %endif
789         -DLLVM_TARGETS_TO_BUILD="%{targets_to_build}" \
790         -DLLVM_INCLUDE_TESTS:BOOL=OFF \
791 %if %{with polly}
792         %{cmake_on_off target_nvptx POLLY_ENABLE_GPGPU_CODEGEN} \
793 %endif
794         -DSPHINX_WARNINGS_AS_ERRORS=OFF \
795 %if %{with rt}
796         -DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF \
797 %ifarch x32
798         -DCOMPILER_RT_BUILD_MEMPROF:BOOL=OFF
799 %endif
800 %endif
801
802 %{__make} \
803         VERBOSE=1 \
804         OPTIMIZE_OPTION="%{rpmcflags} %{rpmcppflags}"
805
806 %if %{with tests}
807 %{__make} check 2>&1 | tee llvm-testlog.txt
808 %{__make} -C tools/clang test 2>&1 | tee clang-testlog.txt
809 %endif
810
811 %if %{with doc}
812 %{__make} -C docs docs-llvm-html
813 %{__make} -C docs docs-llvm-man
814 %if %{with ocaml}
815 %{__make} -C docs ocaml_doc
816 %endif
817 %{__make} -C tools/clang/docs docs-clang-html
818 %{__make} -C tools/clang/docs docs-clang-man
819 %{__make} -C tools/lld/docs docs-lld-html
820 %if %{with lldb}
821 # workaround failed import of _lldb
822 cp -pnL %{_lib}/liblldb.so tools/lldb/docs/lldb/_lldb.so
823 %{__make} \
824         LD_LIBRARY_PATH=$(pwd)/%{_lib} \
825         -C tools/lldb/docs lldb-python-doc-package
826 %{__make} -C tools/lldb/docs lldb-cpp-doc
827 %endif
828 %endif
829
830 %install
831 rm -rf $RPM_BUILD_ROOT
832
833 %{__make} -j1 -C build install \
834         DESTDIR=$RPM_BUILD_ROOT
835
836 # only some .pyc files are created by make install
837 %py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
838 %py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}
839
840 # Adjust static analyzer installation (see -libexecdir patch)
841 abs_ca_libexecdir="%{_libexecdir}/clang-analyzer"
842 rel_ca_libexecdir="${abs_ca_libexecdir#%{_prefix}}"
843 %{__sed} -i -e "s,/\.\./libexec/,/..${rel_ca_libexecdir}/," $RPM_BUILD_ROOT%{_bindir}/scan-build
844 %py3_comp $RPM_BUILD_ROOT%{_datadir}/scan-view
845 %py3_ocomp $RPM_BUILD_ROOT%{_datadir}/scan-view
846
847 # not installed by cmake buildsystem
848 install build/bin/pp-trace $RPM_BUILD_ROOT%{_bindir}
849
850 %if %{with doc}
851 cp -p build/docs/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
852 # these tools are not installed
853 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{FileCheck,clang-tblgen,lldb-tblgen}.1
854 # make links
855 echo '.so llvm-ar.1' > $RPM_BUILD_ROOT%{_mandir}/man1/llvm-ranlib.1
856 %endif
857
858 # Move documentation back to build directory
859 %if %{with ocaml}
860 rm -rf ocamldocs
861 %{__mv} $RPM_BUILD_ROOT%{_docdir}/llvm/ocaml-html ocamldocs
862 %endif
863
864 # and separate the apidoc
865 %if %{with apidocs}
866 rm -rf clang-apidoc
867 cp -a build/tools/clang/docs/html clang-apidoc
868 %endif
869
870 # And prepare Clang documentation
871 rm -rf clang-docs
872 install -d clang-docs
873 for f in LICENSE.TXT NOTES.txt README.txt; do
874         ln tools/clang/$f clang-docs
875 done
876
877 install -d $RPM_BUILD_ROOT%{bash_compdir}
878 %{__mv} $RPM_BUILD_ROOT%{_datadir}/clang/bash-autocomplete.sh $RPM_BUILD_ROOT%{bash_compdir}/clang
879
880 %{__rm} $RPM_BUILD_ROOT%{_bindir}/c-index-test
881 # not this OS
882 %{__rm} $RPM_BUILD_ROOT%{_datadir}/clang/clang-format-bbedit.applescript
883 # it seems it is used internally by an extra clang tool
884 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libfindAllSymbols.a
885 %if %{with mlir}
886 %{__rm} -r $RPM_BUILD_ROOT%{_libdir}/objects-TLD
887 %endif
888
889 # disable completeness check incompatible with split packaging
890 %{__sed} -i -e '/^foreach(target .*IMPORT_CHECK_TARGETS/,/^endforeach/d; /^unset(_IMPORT_CHECK_TARGETS)/d' \
891         $RPM_BUILD_ROOT%{_libdir}/cmake/clang/ClangTargets.cmake \
892 %if %{with flang}
893         $RPM_BUILD_ROOT%{_libdir}/cmake/flang/FlangTargets.cmake \
894 %endif
895         $RPM_BUILD_ROOT%{_libdir}/cmake/lld/LLDTargets.cmake \
896         $RPM_BUILD_ROOT%{_libdir}/cmake/llvm/LLVMExports.cmake \
897 %if %{with mlir}
898         $RPM_BUILD_ROOT%{_libdir}/cmake/mlir/MLIRTargets.cmake
899 %endif
900
901 %clean
902 rm -rf $RPM_BUILD_ROOT
903
904 %post   libs -p /sbin/ldconfig
905 %postun libs -p /sbin/ldconfig
906
907 %post   mlir -p /sbin/ldconfig
908 %postun mlir -p /sbin/ldconfig
909
910 %post   -n clang-libs -p /sbin/ldconfig
911 %postun -n clang-libs -p /sbin/ldconfig
912
913 %post   -n lldb -p /sbin/ldconfig
914 %postun -n lldb -p /sbin/ldconfig
915
916 %files
917 %defattr(644,root,root,755)
918 %doc CREDITS.TXT LICENSE.TXT README.txt %{?with_tests:llvm-testlog.txt}
919 %attr(755,root,root) %{_bindir}/bugpoint
920 %attr(755,root,root) %{_bindir}/dsymutil
921 %attr(755,root,root) %{_bindir}/llc
922 %attr(755,root,root) %{_bindir}/lli
923 %attr(755,root,root) %{_bindir}/llvm-addr2line
924 %attr(755,root,root) %{_bindir}/llvm-ar
925 %attr(755,root,root) %{_bindir}/llvm-as
926 %attr(755,root,root) %{_bindir}/llvm-bcanalyzer
927 %attr(755,root,root) %{_bindir}/llvm-bitcode-strip
928 %attr(755,root,root) %{_bindir}/llvm-c-test
929 %attr(755,root,root) %{_bindir}/llvm-cat
930 %attr(755,root,root) %{_bindir}/llvm-cfi-verify
931 %attr(755,root,root) %{_bindir}/llvm-cov
932 %attr(755,root,root) %{_bindir}/llvm-cvtres
933 %attr(755,root,root) %{_bindir}/llvm-cxxdump
934 %attr(755,root,root) %{_bindir}/llvm-cxxfilt
935 %attr(755,root,root) %{_bindir}/llvm-cxxmap
936 %attr(755,root,root) %{_bindir}/llvm-debuginfo-analyzer
937 %attr(755,root,root) %{_bindir}/llvm-debuginfod
938 %attr(755,root,root) %{_bindir}/llvm-debuginfod-find
939 %attr(755,root,root) %{_bindir}/llvm-diff
940 %attr(755,root,root) %{_bindir}/llvm-dis
941 %attr(755,root,root) %{_bindir}/llvm-dlltool
942 %attr(755,root,root) %{_bindir}/llvm-dwarfdump
943 %attr(755,root,root) %{_bindir}/llvm-dwarfutil
944 %attr(755,root,root) %{_bindir}/llvm-dwp
945 %attr(755,root,root) %{_bindir}/llvm-exegesis
946 %attr(755,root,root) %{_bindir}/llvm-extract
947 %attr(755,root,root) %{_bindir}/llvm-gsymutil
948 %attr(755,root,root) %{_bindir}/llvm-ifs
949 %attr(755,root,root) %{_bindir}/llvm-install-name-tool
950 %attr(755,root,root) %{_bindir}/llvm-jitlink
951 %attr(755,root,root) %{_bindir}/llvm-lib
952 %attr(755,root,root) %{_bindir}/llvm-libtool-darwin
953 %attr(755,root,root) %{_bindir}/llvm-link
954 %attr(755,root,root) %{_bindir}/llvm-lipo
955 %attr(755,root,root) %{_bindir}/llvm-lto
956 %attr(755,root,root) %{_bindir}/llvm-lto2
957 %attr(755,root,root) %{_bindir}/llvm-mc
958 %attr(755,root,root) %{_bindir}/llvm-mca
959 %attr(755,root,root) %{_bindir}/llvm-ml
960 %attr(755,root,root) %{_bindir}/llvm-modextract
961 %attr(755,root,root) %{_bindir}/llvm-mt
962 %attr(755,root,root) %{_bindir}/llvm-nm
963 %attr(755,root,root) %{_bindir}/llvm-objcopy
964 %attr(755,root,root) %{_bindir}/llvm-objdump
965 %attr(755,root,root) %{_bindir}/llvm-opt-report
966 %attr(755,root,root) %{_bindir}/llvm-otool
967 %attr(755,root,root) %{_bindir}/llvm-pdbutil
968 %attr(755,root,root) %{_bindir}/llvm-profdata
969 %attr(755,root,root) %{_bindir}/llvm-profgen
970 %attr(755,root,root) %{_bindir}/llvm-ranlib
971 %attr(755,root,root) %{_bindir}/llvm-rc
972 %attr(755,root,root) %{_bindir}/llvm-readelf
973 %attr(755,root,root) %{_bindir}/llvm-readobj
974 %attr(755,root,root) %{_bindir}/llvm-reduce
975 %attr(755,root,root) %{_bindir}/llvm-remark-size-diff
976 %attr(755,root,root) %{_bindir}/llvm-remarkutil
977 %attr(755,root,root) %{_bindir}/llvm-rtdyld
978 %attr(755,root,root) %{_bindir}/llvm-sim
979 %attr(755,root,root) %{_bindir}/llvm-size
980 %attr(755,root,root) %{_bindir}/llvm-split
981 %attr(755,root,root) %{_bindir}/llvm-strip
982 %attr(755,root,root) %{_bindir}/llvm-stress
983 %attr(755,root,root) %{_bindir}/llvm-strings
984 %attr(755,root,root) %{_bindir}/llvm-symbolizer
985 %attr(755,root,root) %{_bindir}/llvm-tapi-diff
986 %attr(755,root,root) %{_bindir}/llvm-tblgen
987 %attr(755,root,root) %{_bindir}/llvm-tli-checker
988 %attr(755,root,root) %{_bindir}/llvm-undname
989 %attr(755,root,root) %{_bindir}/llvm-windres
990 %attr(755,root,root) %{_bindir}/llvm-xray
991 %attr(755,root,root) %{_bindir}/opt
992 %attr(755,root,root) %{_bindir}/sancov
993 %attr(755,root,root) %{_bindir}/sanstats
994 %attr(755,root,root) %{_bindir}/tblgen-lsp-server
995 %attr(755,root,root) %{_bindir}/verify-uselistorder
996 %if %{with doc}
997 %{_mandir}/man1/bugpoint.1*
998 %{_mandir}/man1/dsymutil.1*
999 %{_mandir}/man1/lit.1*
1000 %{_mandir}/man1/llc.1*
1001 %{_mandir}/man1/lli.1*
1002 %{_mandir}/man1/llvm-addr2line.1*
1003 %{_mandir}/man1/llvm-ar.1*
1004 %{_mandir}/man1/llvm-as.1*
1005 %{_mandir}/man1/llvm-bcanalyzer.1*
1006 %{_mandir}/man1/llvm-cov.1*
1007 %{_mandir}/man1/llvm-cxxfilt.1*
1008 %{_mandir}/man1/llvm-cxxmap.1*
1009 %{_mandir}/man1/llvm-debuginfo-analyzer.1*
1010 %{_mandir}/man1/llvm-diff.1*
1011 %{_mandir}/man1/llvm-dis.1*
1012 %{_mandir}/man1/llvm-dwarfdump.1*
1013 %{_mandir}/man1/llvm-dwarfutil.1*
1014 %{_mandir}/man1/llvm-exegesis.1*
1015 %{_mandir}/man1/llvm-extract.1*
1016 %{_mandir}/man1/llvm-ifs.1*
1017 %{_mandir}/man1/llvm-install-name-tool.1*
1018 %{_mandir}/man1/llvm-lib.1*
1019 %{_mandir}/man1/llvm-libtool-darwin.1*
1020 %{_mandir}/man1/llvm-link.1*
1021 %{_mandir}/man1/llvm-lipo.1*
1022 %{_mandir}/man1/llvm-locstats.1*
1023 %{_mandir}/man1/llvm-mca.1*
1024 %{_mandir}/man1/llvm-nm.1*
1025 %{_mandir}/man1/llvm-objcopy.1*
1026 %{_mandir}/man1/llvm-objdump.1*
1027 %{_mandir}/man1/llvm-opt-report.1*
1028 %{_mandir}/man1/llvm-otool.1*
1029 %{_mandir}/man1/llvm-pdbutil.1*
1030 %{_mandir}/man1/llvm-profdata.1*
1031 %{_mandir}/man1/llvm-profgen.1*
1032 %{_mandir}/man1/llvm-ranlib.1*
1033 %{_mandir}/man1/llvm-readelf.1*
1034 %{_mandir}/man1/llvm-readobj.1*
1035 %{_mandir}/man1/llvm-remark-size-diff.1*
1036 %{_mandir}/man1/llvm-remarkutil.1*
1037 %{_mandir}/man1/llvm-size.1*
1038 %{_mandir}/man1/llvm-stress.1*
1039 %{_mandir}/man1/llvm-strings.1*
1040 %{_mandir}/man1/llvm-strip.1*
1041 %{_mandir}/man1/llvm-symbolizer.1*
1042 %{_mandir}/man1/llvm-tblgen.1*
1043 %{_mandir}/man1/llvm-tli-checker.1*
1044 %{_mandir}/man1/opt.1*
1045 %{_mandir}/man1/tblgen.1*
1046 %endif
1047
1048 %files libs
1049 %defattr(644,root,root,755)
1050 %attr(755,root,root) %{_libdir}/LLVMgold.so
1051 %attr(755,root,root) %{_libdir}/libLLVM-%{abi}.so
1052 # non-soname symlink
1053 %attr(755,root,root) %{_libdir}/libLLVM-%{version}.so
1054 %attr(755,root,root) %{_libdir}/libLTO.so.16
1055 %attr(755,root,root) %{_libdir}/libRemarks.so.16
1056 %attr(755,root,root) %{_libdir}/libclang-cpp.so.16
1057
1058 %files devel
1059 %defattr(644,root,root,755)
1060 %attr(755,root,root) %{_bindir}/llvm-config
1061 %attr(755,root,root) %{_libdir}/libLLVM.so
1062 %attr(755,root,root) %{_libdir}/libLTO.so
1063 %attr(755,root,root) %{_libdir}/libRemarks.so
1064 %attr(755,root,root) %{_libdir}/libclang-cpp.so
1065 %{_libdir}/libLLVM*.a
1066 %{_includedir}/llvm
1067 %{_includedir}/llvm-c
1068 %{_libdir}/cmake/llvm
1069 %if %{with doc}
1070 %{_mandir}/man1/llvm-config.1*
1071 %endif
1072
1073 #%files doc
1074 #%defattr(644,root,root,755)
1075
1076 %if %{with apidocs}
1077 %files apidocs
1078 %defattr(644,root,root,755)
1079 %doc apidoc/*
1080 %endif
1081
1082 %if %{with mlir}
1083 %files mlir
1084 %defattr(644,root,root,755)
1085 %attr(755,root,root) %{_bindir}/mlir-cpu-runner
1086 %attr(755,root,root) %{_bindir}/mlir-linalg-ods-yaml-gen
1087 %attr(755,root,root) %{_bindir}/mlir-lsp-server
1088 %attr(755,root,root) %{_bindir}/mlir-opt
1089 %attr(755,root,root) %{_bindir}/mlir-pdll
1090 %attr(755,root,root) %{_bindir}/mlir-pdll-lsp-server*
1091 %attr(755,root,root) %{_bindir}/mlir-reduce
1092 %attr(755,root,root) %{_bindir}/mlir-tblgen
1093 %attr(755,root,root) %{_bindir}/mlir-translate
1094 %attr(755,root,root) %{_libdir}/libMLIR.so.16
1095 %attr(755,root,root) %{_libdir}/libmlir_async_runtime.so.16
1096 %attr(755,root,root) %{_libdir}/libmlir_c_runner_utils.so.16
1097 %attr(755,root,root) %{_libdir}/libmlir_float16_utils.so.16
1098 %attr(755,root,root) %{_libdir}/libmlir_runner_utils.so.16
1099 %if %{with doc}
1100 %{_mandir}/man1/mlir-tblgen.1*
1101 %endif
1102
1103 %files mlir-devel
1104 %defattr(644,root,root,755)
1105 %attr(755,root,root) %{_libdir}/libMLIR.so
1106 %attr(755,root,root) %{_libdir}/libmlir_async_runtime.so
1107 %attr(755,root,root) %{_libdir}/libmlir_c_runner_utils.so
1108 %attr(755,root,root) %{_libdir}/libmlir_float16_utils.so
1109 %attr(755,root,root) %{_libdir}/libmlir_runner_utils.so
1110 %{_libdir}/libMLIR*.a
1111 %{_includedir}/mlir
1112 %{_includedir}/mlir-c
1113 %{_libdir}/cmake/mlir
1114 %endif
1115
1116 %if %{with polly}
1117 %files polly
1118 %defattr(644,root,root,755)
1119 %doc tools/polly/{CREDITS.txt,LICENSE.TXT,README} tools/polly/www/{bugs,changelog,contributors}.html
1120 %attr(755,root,root) %{_libdir}/LLVMPolly.so
1121 %{?with_target_nvptx:%attr(755,root,root) %{_libdir}/libGPURuntime.so}
1122
1123 %files polly-devel
1124 %defattr(644,root,root,755)
1125 %{_libdir}/libPolly.a
1126 %{_libdir}/libPollyISL.a
1127 %{?with_target_nvptx:%{_libdir}/libPollyPPCG.a}
1128 %{_includedir}/polly
1129 %{_libdir}/cmake/polly
1130 %endif
1131
1132 %files -n clang
1133 %defattr(644,root,root,755)
1134 %doc clang-docs/{LICENSE.TXT,NOTES.txt,README.txt} %{?with_tests:clang-testlog.txt}
1135 %attr(755,root,root) %{_bindir}/amdgpu-arch
1136 %attr(755,root,root) %{_bindir}/clang
1137 %attr(755,root,root) %{_bindir}/clang++
1138 %attr(755,root,root) %{_bindir}/clang-%{abi}
1139 %attr(755,root,root) %{_bindir}/clang-check
1140 %attr(755,root,root) %{_bindir}/clang-cl
1141 %attr(755,root,root) %{_bindir}/clang-cpp
1142 %attr(755,root,root) %{_bindir}/clang-doc
1143 %attr(755,root,root) %{_bindir}/clang-format
1144 %attr(755,root,root) %{_bindir}/clang-linker-wrapper
1145 %attr(755,root,root) %{_bindir}/clang-offload-bundler
1146 %attr(755,root,root) %{_bindir}/clang-offload-packager
1147 %attr(755,root,root) %{_bindir}/clang-pseudo
1148 %attr(755,root,root) %{_bindir}/clang-repl
1149 %attr(755,root,root) %{_bindir}/clang-tblgen
1150 %attr(755,root,root) %{_bindir}/git-clang-format
1151 %attr(755,root,root) %{_bindir}/nvptx-arch
1152 %dir %{_libdir}/clang
1153 %dir %{_libdir}/clang/%{abi}
1154 %{_libdir}/clang/%{abi}/include
1155 %if %{with rt}
1156 %ifarch %{x8664} x32 aarch64
1157 %dir %{_libdir}/clang/%{abi}/bin
1158 %attr(755,root,root) %{_libdir}/clang/%{abi}/bin/hwasan_symbolize
1159 %endif
1160 %ifarch %{ix86} %{x8664} aarch64 %{armv7}
1161 %dir %{_libdir}/clang/%{abi}/lib
1162 %dir %{_libdir}/clang/%{abi}/lib/*-linux*
1163 %dir %{_libdir}/clang/%{abi}/share
1164 %endif
1165 %ifarch x32
1166 %if %{with multilib}
1167 %dir %{_libdir}/clang/%{abi}/lib
1168 %dir %{_libdir}/clang/%{abi}/lib/*-linux*
1169 %dir %{_libdir}/clang/%{abi}/share
1170 %endif
1171 %endif
1172 %ifarch %{ix86}
1173 %{_libdir}/clang/%{abi}/lib/i*86-*linux/clang_rt.*.o
1174 %{_libdir}/clang/%{abi}/lib/i*86-*linux/libclang_rt.*.a
1175 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/i*86-*linux/libclang_rt.*.so
1176 %endif
1177 %ifarch %{x8664}
1178 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/clang_rt.*.o
1179 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/libclang_rt.*.a
1180 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/x86_64-*linux/libclang_rt.*.so
1181 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/libclang_rt.*.a.syms
1182 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/liborc_rt.a
1183 %endif
1184 %ifarch aarch64
1185 %{_libdir}/clang/%{abi}/lib/aarch64-*linux/clang_rt.*.o
1186 %{_libdir}/clang/%{abi}/lib/aarch64-*linux/libclang_rt.*.a
1187 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/aarch64-*linux/libclang_rt.*.so
1188 %{_libdir}/clang/%{abi}/lib/aarch64-*linux/libclang_rt.*.a.syms
1189 %{_libdir}/clang/%{abi}/lib/aarch64-*linux/liborc_rt.a
1190 %endif
1191 %ifarch %{armv7}
1192 %ifarch %{arm32_with_hf}
1193 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}hf/clang_rt.*.o
1194 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}hf/libclang_rt.*.a
1195 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}hf/libclang_rt.*.so
1196 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}hf/libclang_rt.*.a.syms
1197 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}hf/liborc_rt.a
1198 %else
1199 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}/clang_rt.*.o
1200 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}/libclang_rt.*.a
1201 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}/libclang_rt.*.so
1202 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}/libclang_rt.*.a.syms
1203 %{_libdir}/clang/%{abi}/lib/arm-*linux%{_gnu}/liborc_rt.a
1204 %endif
1205 %endif
1206 %ifarch %{ix86} %{x8664} %{arm} aarch64 mips mips64 ppc64
1207 %{_libdir}/clang/%{abi}/share/asan_ignorelist.txt
1208 %endif
1209 %ifarch %{ix86} %{x8664} mips64 aarch64 %{armv7}
1210 %{_libdir}/clang/%{abi}/share/cfi_ignorelist.txt
1211 %endif
1212 %ifarch %{x8664} aarch64 mips64
1213 %{_libdir}/clang/%{abi}/share/dfsan_abilist.txt
1214 %{_libdir}/clang/%{abi}/share/msan_ignorelist.txt
1215 %endif
1216 %ifarch %{x8664} aarch64
1217 %{_libdir}/clang/%{abi}/share/hwasan_ignorelist.txt
1218 %endif
1219 %ifarch x32
1220 %if %{with multilib}
1221 %{_libdir}/clang/%{abi}/share/asan_ignorelist.txt
1222 %{_libdir}/clang/%{abi}/share/cfi_ignorelist.txt
1223 %{_libdir}/clang/%{abi}/share/dfsan_abilist.txt
1224 %{_libdir}/clang/%{abi}/share/msan_ignorelist.txt
1225 %{_libdir}/clang/%{abi}/share/hwasan_ignorelist.txt
1226 %endif
1227 %endif
1228 %endif
1229 %dir %{_datadir}/clang
1230 %{_datadir}/clang/clang-format-diff.py
1231
1232 %if %{with rt} && %{with multilib}
1233 %ifarch %{x8664} x32
1234 %files -n clang-multilib
1235 %defattr(644,root,root,755)
1236 %{_libdir}/clang/%{abi}/lib/i386-*linux/clang_rt.*.o
1237 %{_libdir}/clang/%{abi}/lib/i386-*linux/libclang_rt.*.a
1238 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/i386-*linux/libclang_rt.*.so
1239 %endif
1240 %ifarch x32
1241 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/clang_rt.*.o
1242 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/libclang_rt.*.a
1243 %attr(755,root,root) %{_libdir}/clang/%{abi}/lib/x86_64-*linux/libclang_rt.*.so
1244 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/libclang_rt.*.a.syms
1245 %{_libdir}/clang/%{abi}/lib/x86_64-*linux/liborc_rt.a
1246 %endif
1247 %endif
1248
1249 %files -n clang-libs
1250 %defattr(644,root,root,755)
1251 %attr(755,root,root) %{_libdir}/libclang.so.16
1252 %attr(755,root,root) %{_libdir}/libclang.so.*.*.*
1253
1254 %files -n clang-devel
1255 %defattr(644,root,root,755)
1256 %attr(755,root,root) %{_libdir}/libclang.so
1257 %{_libdir}/libclang*.a
1258 %{_includedir}/clang
1259 %{_includedir}/clang-c
1260 %{_includedir}/clang-tidy
1261 %{_libdir}/cmake/clang
1262
1263 %files -n clang-doc
1264 %defattr(644,root,root,755)
1265 %doc tools/clang/docs/*.{html,png,txt}
1266
1267 %if %{with apidocs}
1268 %files -n clang-apidocs
1269 %defattr(644,root,root,755)
1270 %doc clang-apidoc/*
1271 %endif
1272
1273 %files -n clang-analyzer
1274 %defattr(644,root,root,755)
1275 %dir %{_libexecdir}/clang-analyzer
1276 # perl tools
1277 %attr(755,root,root) %{_bindir}/scan-build
1278 %attr(755,root,root) %{_libexecdir}/clang-analyzer/c++-analyzer
1279 %attr(755,root,root) %{_libexecdir}/clang-analyzer/ccc-analyzer
1280 %{_datadir}/scan-build
1281 %{_mandir}/man1/scan-build.1*
1282 # python tools
1283 %attr(755,root,root) %{_bindir}/analyze-build
1284 %attr(755,root,root) %{_bindir}/intercept-build
1285 %attr(755,root,root) %{_bindir}/scan-build-py
1286 %attr(755,root,root) %{_bindir}/scan-view
1287 %attr(755,root,root) %{_libexecdir}/clang-analyzer/analyze-c++
1288 %attr(755,root,root) %{_libexecdir}/clang-analyzer/analyze-cc
1289 %attr(755,root,root) %{_libexecdir}/clang-analyzer/intercept-c++
1290 %attr(755,root,root) %{_libexecdir}/clang-analyzer/intercept-cc
1291 %{_prefix}/%{_lib}/libear
1292 %{_prefix}/%{_lib}/libscanbuild
1293 %{_datadir}/scan-view
1294
1295 %files -n clang-tools-extra
1296 %defattr(644,root,root,755)
1297 %doc tools/clang/tools/extra/{CODE_OWNERS.TXT,README.txt}
1298 %attr(755,root,root) %{_bindir}/clang-apply-replacements
1299 %attr(755,root,root) %{_bindir}/clang-change-namespace
1300 %attr(755,root,root) %{_bindir}/clang-extdef-mapping
1301 %attr(755,root,root) %{_bindir}/clang-include-cleaner
1302 %attr(755,root,root) %{_bindir}/clang-include-fixer
1303 %attr(755,root,root) %{_bindir}/clang-move
1304 %attr(755,root,root) %{_bindir}/clang-query
1305 %attr(755,root,root) %{_bindir}/clang-refactor
1306 %attr(755,root,root) %{_bindir}/clang-rename
1307 %attr(755,root,root) %{_bindir}/clang-reorder-fields
1308 %attr(755,root,root) %{_bindir}/clang-scan-deps
1309 %attr(755,root,root) %{_bindir}/clang-tidy
1310 %attr(755,root,root) %{_bindir}/clangd
1311 %attr(755,root,root) %{_bindir}/diagtool
1312 %attr(755,root,root) %{_bindir}/find-all-symbols
1313 %attr(755,root,root) %{_bindir}/hmaptool
1314 %attr(755,root,root) %{_bindir}/modularize
1315 %attr(755,root,root) %{_bindir}/pp-trace
1316 %attr(755,root,root) %{_bindir}/run-clang-tidy
1317 %{_datadir}/clang/clang-include-fixer.py
1318 %{_datadir}/clang/clang-tidy-diff.py
1319 %{_datadir}/clang/run-find-all-symbols.py
1320
1321 %files -n bash-completion-clang
1322 %defattr(644,root,root,755)
1323 %{bash_compdir}/clang
1324
1325 %if %{with flang}
1326 %files -n flang
1327 %defattr(644,root,root,755)
1328 %doc tools/flang/{LICENSE.TXT,README.md}
1329 %attr(755,root,root) %{_bindir}/bbc
1330 %attr(755,root,root) %{_bindir}/f18-parse-demo
1331 %attr(755,root,root) %{_bindir}/fir-opt
1332 %attr(755,root,root) %{_bindir}/flang-new
1333 %attr(755,root,root) %{_bindir}/flang-to-external-fc
1334 %attr(755,root,root) %{_bindir}/tco
1335 %dir %{_includedir}/flang
1336 %{_includedir}/flang/Version.inc
1337 %{_includedir}/flang/__fortran_*.mod
1338 %{_includedir}/flang/ieee_*.mod
1339 %{_includedir}/flang/iso_*.mod
1340 %{_includedir}/flang/omp_lib*.mod
1341
1342 %files -n flang-devel
1343 %defattr(644,root,root,755)
1344 %{_libdir}/libFIR*.a
1345 %{_libdir}/libHLFIR*.a
1346 %{_libdir}/libFortran*.a
1347 %{_libdir}/libflangFrontend*.a
1348 %{_includedir}/flang/Common
1349 %{_includedir}/flang/Decimal
1350 %{_includedir}/flang/Evaluate
1351 %{_includedir}/flang/Frontend
1352 %{_includedir}/flang/FrontendTool
1353 %{_includedir}/flang/Lower
1354 %{_includedir}/flang/Optimizer
1355 %{_includedir}/flang/Parser
1356 %{_includedir}/flang/Runtime
1357 %{_includedir}/flang/Semantics
1358 %{_includedir}/flang/Tools
1359 %{_includedir}/flang/ISO_Fortran_binding.h
1360 %{_libdir}/cmake/flang
1361 %endif
1362
1363 %files -n lld
1364 %defattr(644,root,root,755)
1365 %doc tools/lld/{LICENSE.TXT,README.md}
1366 %attr(755,root,root) %{_bindir}/ld.lld
1367 %attr(755,root,root) %{_bindir}/ld64.lld
1368 %attr(755,root,root) %{_bindir}/lld
1369 %attr(755,root,root) %{_bindir}/lld-link
1370 %attr(755,root,root) %{_bindir}/wasm-ld
1371
1372 %files -n lld-devel
1373 %defattr(644,root,root,755)
1374 %{_libdir}/liblld[ACDEHMRWXY]*.a
1375 %{_includedir}/lld
1376 %{_libdir}/cmake/lld
1377
1378 %if %{with lldb}
1379 %files -n lldb
1380 %defattr(644,root,root,755)
1381 %attr(755,root,root) %{_bindir}/lldb
1382 %attr(755,root,root) %{_bindir}/lldb-argdumper
1383 %attr(755,root,root) %{_bindir}/lldb-instr
1384 %attr(755,root,root) %{_bindir}/lldb-server
1385 %attr(755,root,root) %{_bindir}/lldb-vscode
1386 %attr(755,root,root) %{_libdir}/liblldb.so.%{version}
1387 %attr(755,root,root) %ghost %{_libdir}/liblldb.so.16
1388 %attr(755,root,root) %ghost %{_libdir}/liblldbIntelFeatures.so.16
1389 %dir %{py3_sitedir}/lldb
1390 %attr(755,root,root) %{py3_sitedir}/lldb/lldb-argdumper
1391 %{py3_sitedir}/lldb/formatters
1392 %{py3_sitedir}/lldb/utils
1393 %{py3_sitedir}/lldb/__init__.py
1394 %{py3_sitedir}/lldb/__pycache__
1395 %{py3_sitedir}/lldb/embedded_interpreter.py
1396 %dir %{py3_sitedir}/lldb/plugins
1397 %{py3_sitedir}/lldb/plugins/__pycache__
1398 %{py3_sitedir}/lldb/plugins/__init__.py
1399 %{py3_sitedir}/lldb/plugins/scripted_platform.py
1400 %{py3_sitedir}/lldb/plugins/scripted_process.py
1401 %attr(755,root,root) %{py3_sitedir}/lldb/_lldb.cpython-*.so
1402
1403 %files -n lldb-devel
1404 %defattr(644,root,root,755)
1405 %attr(755,root,root) %{_libdir}/liblldb.so
1406 %attr(755,root,root) %{_libdir}/liblldbIntelFeatures.so
1407 %{_includedir}/lldb
1408 %endif
1409
1410 %if %{with ocaml}
1411 %files ocaml
1412 %defattr(644,root,root,755)
1413 %attr(755,root,root) %{_libdir}/ocaml/stublibs/dllllvm*.so
1414 %dir %{_libdir}/ocaml/llvm
1415 %{_libdir}/ocaml/llvm/llvm*.cma
1416 %{_libdir}/ocaml/llvm/llvm*.cmi
1417 %{_libdir}/ocaml/META.llvm*
1418
1419 %files ocaml-devel
1420 %defattr(644,root,root,755)
1421 %{_libdir}/ocaml/llvm/libllvm*.a
1422 %{_libdir}/ocaml/llvm/llvm*.a
1423 %{_libdir}/ocaml/llvm/llvm*.cmt
1424 %{_libdir}/ocaml/llvm/llvm*.cmti
1425 %{_libdir}/ocaml/llvm/llvm*.cmx
1426 %{_libdir}/ocaml/llvm/llvm*.cmxa
1427 %{_libdir}/ocaml/llvm/llvm*.mli
1428
1429 %files ocaml-doc
1430 %defattr(644,root,root,755)
1431 %doc ocamldocs/*
1432 %endif
1433
1434 %files opt-viewer
1435 %defattr(644,root,root,755)
1436 %{_datadir}/opt-viewer
1437
1438 %files -n vim-plugin-clang
1439 %defattr(644,root,root,755)
1440 %{_datadir}/clang/clang-format.py
1441 %{_datadir}/clang/clang-rename.py