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