14.0.0-final has been tagged

Hi,

I’ve tagged 14.0.0-final, please upload the binaries to GitHub.

-Tom

Windows is ready. sha256 hashes:

99fe529a8340730690ca26d8903643a88fa30c431c03f80b27942d24665b2eb6 LLVM-14.0.0-win32.exe
15d52a38436417843a56883730a7e358a8afa0510a003596ee23963339a913f7 LLVM-14.0.0-win64.exe

Built with the attached batch file.
build_llvm_1400-final.bat.txt (5.1 KB)

1 Like

Hmm, so the last two changes by @ldionne to avoid breaking <span> users didn’t make it? That’s a pity…

Yeah, it’s a bit annoying. Do you think it’s a big deal on your side (i.e. did you see wide breakage when rebuilding software)?

I imported llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a into the FreeBSD base system, e.g. with those two additional commits; so we hopefully won’t see the issues fixed by them. :slight_smile:

That said, I think there aren’t too many consumers of and in our ports tree, so I wouldn’t have expected a lot of fallout.

1 Like

Looking good on Debian for now!

I’ve now uploaded Solaris/amd64 and Solaris/sparcv9 tarballs: no change in test results from rc4:

a708470fdbaadf530d6cfd56f92fde1328cb47ef8439ecf1a2126523e7c94a50  clang+llvm-14.0.0-amd64-pc-solaris2.11.tar.xz
b342cdaaea3b44de5b0f45052e2df49bcdf69dcc8ad0c23ec5afc04668929681  clang+llvm-14.0.0-sparcv9-sun-solaris2.11.tar.xz
1 Like

macOS is up:

cf5af0f32d78dcf4413ef6966abbfd5b1445fe80bba57f2ff8a08f77e672b9b3  artifact/clang+llvm-14.0.0-x86_64-apple-darwin.tar.xz

Same test failures as the RC’s

FAIL: Clang :: Driver/darwin-ld-lto.c (8203 of 96919)
FAIL: Flang :: Runtime/no-cpp-dep.c (33364 of 96919)
FAIL: LLVM :: ExecutionEngine/JITLink/X86/MachO_x86-64_self_relocation_exec.test (56521 of 96919)
FAIL: ORC-x86_64-darwin :: TestCases/Darwin/x86-64/trivial-static-initializer.S (82474 of 96919)
FAIL: ORC-x86_64-darwin :: TestCases/Darwin/x86-64/trivial-tlv.S (82475 of 96919)
FAIL: ORC-x86_64-darwin :: TestCases/Darwin/x86-64/trivial-cxa-atexit.S (82476 of 96919)
FAIL: ORC-x86_64-darwin :: TestCases/Darwin/x86-64/trivial-swift-types-section.S (82477 of 96919)
FAIL: ORC-x86_64-darwin :: TestCases/Darwin/x86-64/trivial-objc-methods.S (82478 of 96919)
FAIL: flang-OldUnit :: Evaluate/folding.test (85810 of 96919)
FAIL: libomp :: ompt/loadtool/tool_available_search/tool_available_search.c (94067 of 96919)
FAIL: libomp :: tasking/hidden_helper_task/gtid.cpp (94167 of 96919)
FAIL: libomp :: worksharing/for/kmp_sch_simd_guided.c (94215 of 96919)

This was the first release where I tested my automated github action for building / testing and uploading. I’ll share more info in another post in this sub-category later.

1 Like

Hi,

I have uploaded the LLVM 14 final release binaries for PowerPC (AIX 7.2):

dcfcfee55756e402ed20501d231da42c6ab317a5  clang+llvm-14.0.0-powerpc64-ibm-aix-7.2.tar.xz

Like mentioned in the RC4 thread, this binary was built with compiler-rt as a runtime and not as a project.

1 Like

Uploaded Ubuntu 18.04, x86_64.

$ cat clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz.sha256 
61582215dafafb7b576ea30cc136be92c877ba1f1c31ddbbd372d6d65622fef5  clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz
1 Like

Uploaded Arm binaries:

17d5f60c3d5f9494be7f67b2dc9e6017cd5e8457e53465968a54ec7069923bfe  clang+llvm-14.0.0-armv7a-linux-gnueabihf.tar.xz
1792badcd44066c79148ffeb1746058422cc9d838462be07e3cb19a4b724a1ee  clang+llvm-14.0.0-aarch64-linux-gnu.tar.xz
1bdc90ece053d0d2f34a89a219fb56aaa522f873a1e14b06cb58a76b2440bc55  LLVM-14.0.0-woa64.zip

Uploaded PowerPC Linux binaries:

3d24a2c6cc6f9059bc9908bd37d1a1b3b971409c  clang+llvm-14.0.0-powerpc64le-linux-rhel-7.9.tar.xz
ac00905fd338834fcb56f136d64918b84cd77287  clang+llvm-14.0.0-powerpc64le-linux-ubuntu-18.04.tar.xz

Uploaded SLES12 x86_64:

$ cat clang+llvm-14.0.0-x86_64-linux-sles12.4.tar.xz.sha256
78f70cc94c3b6f562455b15cebb63e75571d50c3d488d53d9aa4cd9dded30627  clang+llvm-14.0.0-x86_64-linux-sles12.4.tar.xz

For 14.0.0 final, I have built and tested on both FreeBSD 12 and 13. No additional patches were needed.

For the 32-builds I used -no-flang, as flang is currently not 32-bit clean, and I do not expect it will ever be.

Main results on amd64-freebsd12:

  Skipped            :     4 (rc4:     4)
  Unsupported        :  6771 (rc4:  6771)
  Passed             : 97001 (rc4: 96999)
  Passed With Retry  :     0 (rc4:     1)
  Expectedly Failed  :   314 (rc4:   314)
  Timed Out          :     5 (rc4:     5)
  Failed             :   170 (rc4:   171)
  Unexpectedly Passed:     2 (rc4:     0)

Test suite results on amd64-freebsd12:

  Passed: 2420 (rc4: 2420)
  Failed:    3 (rc4:    3)

Main results on amd64-freebsd13:

  Skipped            :     4 (rc4:     4)
  Unsupported        :  6771 (rc4:  6771)
  Passed             : 96962 (rc4: 96962)
  Expectedly Failed  :   314 (rc4:   314)
  Timed Out          :     5 (rc4:     5)
  Failed             :   209 (rc4:   209)
  Unexpectedly Passed:     2 (rc4:     2)

Test suite results on amd64-freebsd13:

  Passed: 2420 (rc4: 2420)
  Failed:    3 (rc4:    3)

Main results on i386-freebsd12:

  Skipped            :     4 (rc4:     4)
  Unsupported        :  5127 (rc4:  5127)
  Passed             : 92085 (rc4: 92085)
  Passed With Retry  :     2 (rc4:     1)
  Expectedly Failed  :   284 (rc4:   284)
  Timed Out          :     2 (rc4:     2)
  Failed             :   181 (rc4:   182)
  Unexpectedly Passed:     1 (rc4:     1)

Main results on i386-freebsd13:

  Skipped            :     4 (rc4:     4)
  Unsupported        :  5127 (rc4:  5127)
  Passed             : 92081 (rc4: 92080)
  Expectedly Failed  :   284 (rc4:   284)
  Timed Out          :     2 (rc4:     2)
  Failed             :   187 (rc4:   188)
  Unexpectedly Passed:     1 (rc4:     1)

Uploaded:

SHA256 (clang+llvm-14.0.0-amd64-unknown-freebsd12.tar.xz) = 7eaff7ee2a32babd795599f41f4a5ffe7f161721ebf5630f48418e626650105e
SHA256 (clang+llvm-14.0.0-amd64-unknown-freebsd13.tar.xz) = b68d73fd57be385e7f06046a87381f7520c8861f492c294e6301d2843d9a1f57
SHA256 (clang+llvm-14.0.0-i386-unknown-freebsd12.tar.xz) = 5ed9d93a8425132e8117d7061d09c2989ce6b2326f25c46633e2b2dee955bb00
SHA256 (clang+llvm-14.0.0-i386-unknown-freebsd13.tar.xz) = 81f49eb466ce9149335ac8918a5f02fa724d562a94464ed13745db0165b4a220

-Dimitry