Changeset 5a8c6008 for general/prog/llvm.xml
- Timestamp:
- 11/30/2022 02:44:26 PM (4 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 012af22, cf905e0
- Parents:
- 0bdfbb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
r0bdfbb9 r5a8c6008 9 9 <!ENTITY llvm-download-http "&llvm-url;/llvm-&llvm-version;.src.tar.xz"> 10 10 <!ENTITY llvm-download-ftp " "> 11 <!ENTITY llvm-md5sum " a6c26842fd81475295544b50b274f509">12 <!ENTITY llvm-size "5 0MB">13 <!ENTITY llvm-buildsize "3. 7 GB (1.0 GB installed; add 18.3 GB for tests and 242MB for documentation)">14 <!ENTITY llvm-time " 29 SBU (with doc, on 4 CPU cores; add 19SBU for tests)">11 <!ENTITY llvm-md5sum "6812fb953d8e50f029848b281d89ad67"> 12 <!ENTITY llvm-size "51 MB"> 13 <!ENTITY llvm-buildsize "3.6 GB (848 MB installed; add 18.3 GB for tests and 308 MB for documentation)"> 14 <!ENTITY llvm-time "31 SBU (with doc, on 4 CPU cores; add 22 SBU for tests)"> 15 15 16 16 <!ENTITY clang-download-http "&llvm-url;/clang-&llvm-version;.src.tar.xz"> 17 <!ENTITY clang-md5sum " e0be450c75553fa6c864837aa1f1d7e8">17 <!ENTITY clang-md5sum "f9c15101030fb669af522cc8814484e8"> 18 18 <!ENTITY clang-size "18 MB"> 19 19 20 20 <!ENTITY compiler-rt-download-http "&llvm-url;/compiler-rt-&llvm-version;.src.tar.xz"> 21 <!ENTITY compiler-rt-md5sum " fcad41530d4c8fbbe3f4e5b59a176a70">21 <!ENTITY compiler-rt-md5sum "c1d9422709c74c208bfaf7f9d707b757"> 22 22 <!ENTITY compiler-rt-size "2.2 MB"> 23 23 … … 25 25 <!-- <!ENTITY cmake-llvm-download-http "&llvm-url;/cmake-&llvm-version;.src.tar.xz"> 26 26 Renamed cmake-15.0.1.src.tar.xz and placed on anduin.--> 27 <!ENTITY cmake-llvm-md5sum " fb2ef6f3f75ee620e0c8f2b68487bdb7">27 <!ENTITY cmake-llvm-md5sum "39eb4055b66b65c9052ea1d1240026e2"> 28 28 <!ENTITY cmake-llvm-size "6.8 KB"> 29 29 ]> … … 249 249 250 250 <screen><userinput>grep -rl '#!.*python' | xargs sed -i '1s/python$/python3/'</userinput></screen> 251 <!-- 252 <para> 253 If you have downloaded <application>compiler-rt</application>, 254 fix building it with glibc-2.36 by using the following command: 255 </para> 256 <screen><userinput remap="pre">patch -Np2 -d projects/compiler-rt <../compiler-rt-14.0.6-glibc_2_36-1.patch</userinput></screen> 257 --> 251 258 252 <para> 259 253 If you have downloaded <application>clang</application>, … … 324 318 <filename>truncsfhf2_test.c</filename> are known to fail.--> 325 319 <!-- 15.0.1: --> 326 Note that six tests out of more than 64,700 are known to fail: 327 <filename>AddressSanitizer-x86_64-linux :: TestCases/log-path_test.cpp</filename>, 328 <filename>AddressSanitizer-x86_64-linux-dynamic :: TestCases/log-path_test.cpp</filename>, 320 Note that three tests out of more than 64,700 are known to fail: 321 <filename>DataFlowSanitizer-x86_64 :: custom.cpp</filename>, 329 322 <filename>DataFlowSanitizer-x86_64 :: origin_unaligned_memtrans.c</filename>, 330 323 <filename>LLVM :: tools/llvm-libtool-darwin/L-and-l.test</filename>, 331 <filename>MemProfiler-x86_64-linux :: TestCases/log_path_test.cpp</filename>, and332 <filename>MemProfiler-x86_64-linux-dynamic :: TestCases/log_path_test.cpp</filename>333 324 </para> 334 325 … … 495 486 <seg> 496 487 libLLVM.so, 497 libLLVM*.a (9 6libraries),488 libLLVM*.a (95 libraries), 498 489 libLTO.so, 499 490 libRemarks.so,
Note:
See TracChangeset
for help on using the changeset viewer.