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