LLVM 15.0.0-final tagged

I just tagged 15.0.0-final! Get those binaries uploaded. I am making the announcement threads and all that as soon as I get the correct permissions to post to announcements.

Changes from -rc3 - Nothing stands out as especially interesting to me.

This diff is also much smaller: 26 files changed, 1439 insertions(+), 148 deletions(-)

File issues and tag them in the LLVM 15.0.1 Release Milestone (github.com) and the plan is to release 15.0.1 the 20th of September in two weeks.

Thanks for all your help getting 15.0.0 out the door!

1 Like

Windows is ready.

certutil -hashfile llvm_package_15.0.0\build32\LLVM-15.0.0-win32.exe sha256
SHA256 hash of llvm_package_15.0.0\build32\LLVM-15.0.0-win32.exe:
514758f28fef00b1a169a6b5675d3f1e813098d2815391974c95b4b28c995ea1
CertUtil: -hashfile command completed successfully.

certutil -hashfile llvm_package_15.0.0\build64\LLVM-15.0.0-win64.exe sha256
SHA256 hash of llvm_package_15.0.0\build64\LLVM-15.0.0-win64.exe:
4be4ff267fe93120a8de548d57a4765408f83d8812263774e5856ef85a8b2e75
CertUtil: -hashfile command completed successfully.

Packaging was done with

llvm-project\llvm\utils\release\build_llvm_release.bat 15.0.0

at LLVM f65f06d63f6a0e40c33a9d77eeb381f1b2a8a524.

1 Like

Building in debian experimental
https://buildd.debian.org/status/package.php?p=llvm-toolchain-15&suite=experimental

1 Like

macOS x86 uploaded:

8fb11e6ada98b901398b2e7b0378a3a59e88c88c754e95d8f6b54613254d7d65 clang+llvm-15.0.0-x86_64-apple-darwin.tar.xz

No test regressions from rc3:

FAIL: AddressSanitizer-x86_64-darwin :: TestCases/Darwin/odr-lto.cpp (34 of 77263)
FAIL: Flang :: Runtime/no-cpp-dep.c (17849 of 77263)
FAIL: flang-OldUnit :: Evaluate/folding.test (66333 of 77263)
FAIL: libomp :: ompt/loadtool/tool_available_search/tool_available_search.c (66628 of 77263)
FAIL: libomp :: tasking/hidden_helper_task/gtid.cpp (66728 of 77263)
FAIL: libomp :: worksharing/for/kmp_sch_simd_guided.c (66780 of 77263)

While testing for Gentoo, I have found two problems:

  1. We have recently disabled installing ld.gold with binutils by default, and it turned out that compiler-rt’s test suite crashes if ld.gold is not present. I’ve filed issue 57580 for it and submitted a patch.
  2. While trying to test clang for the first time, a whole lot of clangd tests failed as seen in test-log.txt (766.7 KB). However, I haven’t been able to reproduce it since, so I’m unable to provide proper data for a bug. Just mentioning it in case somebody else hits it as well.

I’ve included my patch for 1. in the Gentoo patchset and pushed 15.0.0 to Gentoo testing.

1 Like

For 15.0.0-final, I did a run of test-release.sh on an M1 Mac, using macOS Monterey 12.5.1 (aka arm64-apple-darwin21.6.0).

Similar to rc3, this version has quite a few AddressSanitizer and SanitizerCommon failures:

********************
Failed Tests (230):
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/asan-symbolize-with-module-map.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/asan_gen_prefixes.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/cstring_literals_regtest.mm
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/dyld_insert_libraries_reexec.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/dyld_insert_libraries_remove.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/empty-section.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/fclose.c
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/getpwnam.c
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/linked-only.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/malloc_destroy_zone.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/malloc_set_zone_name-mprotect.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/malloc_size_crash.mm
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/mixing-global-constructors.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/nil-return-struct.mm
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/objc-odr.mm
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/odr-lto.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/reexec-insert-libraries-env.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/scribble.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/suppressions-darwin.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/suppressions-function.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Darwin/suppressions-sandbox.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/asan-symbolize-sanity-test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/asan_symbolize_script/plugin_no_op_symbolicate.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/asprintf.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/assign_large_valloc_to_global.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/coverage-fork.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/coverage-module-unloaded.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/coverage-reset.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/coverage.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/current_allocated_bytes.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/deep_call_stack.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/dlclose-test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/fread_fwrite.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/free_hook_realloc.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/freopen.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/gc-test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/glob.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/halt_on_error_suppress_equal_pcs.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/init-order-pthread-create.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/ioctl.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/large_allocator_unpoisons_on_free.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/mmap_limit_mb.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/new_array_cookie_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/new_array_cookie_uaf_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/no-fd.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/readv.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/stack-use-after-return.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/strchr.c
  AddressSanitizer-arm64-darwin :: TestCases/Posix/strerror_r_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/tsd_dtor_leak.cpp
  AddressSanitizer-arm64-darwin :: TestCases/Posix/unpoison-alternate-stack.cpp
  AddressSanitizer-arm64-darwin :: TestCases/alloca_constant_size.cpp
  AddressSanitizer-arm64-darwin :: TestCases/alloca_instruments_all_paddings.cpp
  AddressSanitizer-arm64-darwin :: TestCases/alloca_loop_unpoisoning.cpp
  AddressSanitizer-arm64-darwin :: TestCases/alloca_safe_access.cpp
  AddressSanitizer-arm64-darwin :: TestCases/alloca_vla_interact.cpp
  AddressSanitizer-arm64-darwin :: TestCases/asan_and_llvm_coverage_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/asan_options-help.cpp
  AddressSanitizer-arm64-darwin :: TestCases/atexit_stats.cpp
  AddressSanitizer-arm64-darwin :: TestCases/atoi_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/atol_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/atoll_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/calloc-overflow.cpp
  AddressSanitizer-arm64-darwin :: TestCases/contiguous_container.cpp
  AddressSanitizer-arm64-darwin :: TestCases/contiguous_container_crash.cpp
  AddressSanitizer-arm64-darwin :: TestCases/coverage-disabled.cpp
  AddressSanitizer-arm64-darwin :: TestCases/coverage-trace-pc.cpp
  AddressSanitizer-arm64-darwin :: TestCases/debug_locate.cpp
  AddressSanitizer-arm64-darwin :: TestCases/debug_mapping.cpp
  AddressSanitizer-arm64-darwin :: TestCases/default_options.cpp
  AddressSanitizer-arm64-darwin :: TestCases/describe_address.cpp
  AddressSanitizer-arm64-darwin :: TestCases/exitcode.cpp
  AddressSanitizer-arm64-darwin :: TestCases/force_inline_opt0.cpp
  AddressSanitizer-arm64-darwin :: TestCases/handle_noreturn_bug.cpp
  AddressSanitizer-arm64-darwin :: TestCases/ignorelist.cpp
  AddressSanitizer-arm64-darwin :: TestCases/initialization-constexpr.cpp
  AddressSanitizer-arm64-darwin :: TestCases/initialization-ignorelist.cpp
  AddressSanitizer-arm64-darwin :: TestCases/initialization-nobug.cpp
  AddressSanitizer-arm64-darwin :: TestCases/inline.cpp
  AddressSanitizer-arm64-darwin :: TestCases/intercept-rethrow-exception.cpp
  AddressSanitizer-arm64-darwin :: TestCases/interception_failure_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/interface_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/intra-object-overflow.cpp
  AddressSanitizer-arm64-darwin :: TestCases/invalid-pointer-pairs-compare-null.cpp
  AddressSanitizer-arm64-darwin :: TestCases/invalid-pointer-pairs-compare-success.cpp
  AddressSanitizer-arm64-darwin :: TestCases/invalid-pointer-pairs-subtract-success.cpp
  AddressSanitizer-arm64-darwin :: TestCases/invalid-pointer-pairs.cpp
  AddressSanitizer-arm64-darwin :: TestCases/log-path_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/longjmp.cpp
  AddressSanitizer-arm64-darwin :: TestCases/lsan_annotations.cpp
  AddressSanitizer-arm64-darwin :: TestCases/lsan_crash.cpp
  AddressSanitizer-arm64-darwin :: TestCases/malloc-size-too-big.cpp
  AddressSanitizer-arm64-darwin :: TestCases/malloc_fill.cpp
  AddressSanitizer-arm64-darwin :: TestCases/max_redzone.cpp
  AddressSanitizer-arm64-darwin :: TestCases/memcmp_strict_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/poison_partial.cpp
  AddressSanitizer-arm64-darwin :: TestCases/pr33372.cpp
  AddressSanitizer-arm64-darwin :: TestCases/printf-1.c
  AddressSanitizer-arm64-darwin :: TestCases/printf-2.c
  AddressSanitizer-arm64-darwin :: TestCases/printf-3.c
  AddressSanitizer-arm64-darwin :: TestCases/printf-5.c
  AddressSanitizer-arm64-darwin :: TestCases/printf-m.c
  AddressSanitizer-arm64-darwin :: TestCases/realloc.cpp
  AddressSanitizer-arm64-darwin :: TestCases/set_shadow_test.c
  AddressSanitizer-arm64-darwin :: TestCases/speculative_load.cpp
  AddressSanitizer-arm64-darwin :: TestCases/speculative_load2.cpp
  AddressSanitizer-arm64-darwin :: TestCases/stack-buffer-overflow-with-position.cpp
  AddressSanitizer-arm64-darwin :: TestCases/strcasestr-1.c
  AddressSanitizer-arm64-darwin :: TestCases/strcasestr-2.c
  AddressSanitizer-arm64-darwin :: TestCases/strcasestr_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strchr_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strcmp.c
  AddressSanitizer-arm64-darwin :: TestCases/strcmp_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strcpy-overlap.cpp
  AddressSanitizer-arm64-darwin :: TestCases/strcspn-1.c
  AddressSanitizer-arm64-darwin :: TestCases/strcspn-2.c
  AddressSanitizer-arm64-darwin :: TestCases/strcspn_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strncasecmp_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strncat-overlap.cpp
  AddressSanitizer-arm64-darwin :: TestCases/strncmp_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strncpy-overlap.cpp
  AddressSanitizer-arm64-darwin :: TestCases/strpbrk-1.c
  AddressSanitizer-arm64-darwin :: TestCases/strpbrk-2.c
  AddressSanitizer-arm64-darwin :: TestCases/strpbrk_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strspn-1.c
  AddressSanitizer-arm64-darwin :: TestCases/strspn-2.c
  AddressSanitizer-arm64-darwin :: TestCases/strspn_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strstr-1.c
  AddressSanitizer-arm64-darwin :: TestCases/strstr-2.c
  AddressSanitizer-arm64-darwin :: TestCases/strstr_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strtok.c
  AddressSanitizer-arm64-darwin :: TestCases/strtol_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/strtoll_strict.c
  AddressSanitizer-arm64-darwin :: TestCases/suppressions-exec-relative-location.cpp
  AddressSanitizer-arm64-darwin :: TestCases/suppressions-interceptor.cpp
  AddressSanitizer-arm64-darwin :: TestCases/suppressions-library.cpp
  AddressSanitizer-arm64-darwin :: TestCases/throw_call_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/throw_catch.cpp
  AddressSanitizer-arm64-darwin :: TestCases/throw_invoke_test.cpp
  AddressSanitizer-arm64-darwin :: TestCases/uar_and_exceptions.cpp
  AddressSanitizer-arm64-darwin :: TestCases/use-after-poison.cpp
  AddressSanitizer-arm64-darwin :: TestCases/use-after-scope-goto.cpp
  AddressSanitizer-arm64-darwin :: TestCases/use-after-scope-nobug.cpp
  Flang :: Runtime/no-cpp-dep.c
  LLVM-Unit :: Support/./SupportTests/FileSystemTest/permissions
  SanitizerCommon-lsan-arm64-Darwin :: Darwin/fputs_puts_null.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Darwin/malloc_zone.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Darwin/print-stack-trace.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Darwin/symbolizer-function-offset-atos.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/access.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/arc4random.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/bsearch.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/create_thread_fail.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/dedup_token_length_test.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/devname.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/devname_r.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/feof_fileno_ferror.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/fgetc_ungetc_getc.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/fgetln.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/fgets.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/fputc_putc_putchar.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/fputs_puts.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/getc_unlocked.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/getmntinfo.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/getpass.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/getpw_getgr.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/getusershell.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/illegal_read_test.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/illegal_write_test.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/lstat.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/mmap_test.c
  SanitizerCommon-lsan-arm64-Darwin :: Posix/popen.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/posix_memalign-alignment.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/posix_spawn.c
  SanitizerCommon-lsan-arm64-Darwin :: Posix/putc_putchar_unlocked.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/readlink.c
  SanitizerCommon-lsan-arm64-Darwin :: Posix/readlinkat.c
  SanitizerCommon-lsan-arm64-Darwin :: Posix/realpath.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/recursion-in-qsort.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/regex_startend.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/replace_sigaction.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/sanitizer_bad_report_path_test.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/sanitizer_set_report_fd_test.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/sanitizer_set_report_path_test.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/sem_open.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/setvbuf.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/signal.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/strlcat.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/strlcpy.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/sysctl.cpp
  SanitizerCommon-lsan-arm64-Darwin :: Posix/uname.c
  SanitizerCommon-lsan-arm64-Darwin :: Posix/wcsdup.c
  SanitizerCommon-lsan-arm64-Darwin :: allocator_returns_null.cpp
  SanitizerCommon-lsan-arm64-Darwin :: compress_stack_depot.cpp
  SanitizerCommon-lsan-arm64-Darwin :: ctype.c
  SanitizerCommon-lsan-arm64-Darwin :: fopen_nullptr.c
  SanitizerCommon-lsan-arm64-Darwin :: frexp.cpp
  SanitizerCommon-lsan-arm64-Darwin :: get_module_and_offset_for_pc.cpp
  SanitizerCommon-lsan-arm64-Darwin :: malloc_hook.cpp
  SanitizerCommon-lsan-arm64-Darwin :: max_allocation_size.cpp
  SanitizerCommon-lsan-arm64-Darwin :: onprint.cpp
  SanitizerCommon-lsan-arm64-Darwin :: options-help.cpp
  SanitizerCommon-lsan-arm64-Darwin :: options-include.cpp
  SanitizerCommon-lsan-arm64-Darwin :: options-invalid.cpp
  SanitizerCommon-lsan-arm64-Darwin :: printf-ldbl.c
  SanitizerCommon-lsan-arm64-Darwin :: pthread_mutexattr_get.cpp
  SanitizerCommon-lsan-arm64-Darwin :: sanitizer_coverage_inline8bit_counter.cpp
  SanitizerCommon-lsan-arm64-Darwin :: sanitizer_coverage_inline_bool_flag.cpp
  SanitizerCommon-lsan-arm64-Darwin :: sanitizer_coverage_stack_depth.cpp
  SanitizerCommon-lsan-arm64-Darwin :: sanitizer_coverage_trace_pc_guard.cpp
  SanitizerCommon-lsan-arm64-Darwin :: scanf-ldbl.c
  SanitizerCommon-lsan-arm64-Darwin :: setlocale.cpp
  SanitizerCommon-lsan-arm64-Darwin :: strcasestr.c
  SanitizerCommon-lsan-arm64-Darwin :: strcspn.c
  SanitizerCommon-lsan-arm64-Darwin :: strnlen.c
  SanitizerCommon-lsan-arm64-Darwin :: strpbrk.c
  SanitizerCommon-lsan-arm64-Darwin :: strspn.c
  SanitizerCommon-lsan-arm64-Darwin :: strstr.c
  SanitizerCommon-lsan-arm64-Darwin :: suffix-log-path_test.c
  SanitizerCommon-lsan-arm64-Darwin :: symbolize_debug_argv.cpp
  SanitizerCommon-lsan-arm64-Darwin :: symbolize_pc.cpp
  SanitizerCommon-lsan-arm64-Darwin :: wcrtomb.c
  SanitizerCommon-lsan-arm64-Darwin :: wctomb.c
  SanitizerCommon-ubsan-arm64-Darwin :: Posix/dedup_token_length_test.cpp
  libomp :: barrier/omp_barrier.c
  libomp :: ompt/loadtool/tool_available_search/tool_available_search.c
  libomp :: tasking/hidden_helper_task/gtid.cpp
  libomp :: worksharing/for/kmp_sch_simd_guided.c

********************
Unexpectedly Passed Tests (1):
  llvm-libunwind-shared.cfg.in :: signal_frame.pass.cpp


Testing Time: 4158.75s
  Skipped            :    41
  Unsupported        :  4191
  Passed             : 98560
  Expectedly Failed  :   301
  Failed             :   230
  Unexpectedly Passed:     1

As with rc3, the test suite only had one failure:

********************
Failed Tests (1):
  test-suite :: SingleSource/Regression/C/gcc-c-torture/execute/GCC-C-execute-alloca-1.test


Testing Time: 537.91s
  Passed: 3430
  Failed:    1

I have uploaded:

SHA256 (clang+llvm-15.0.0-arm64-apple-darwin21.0.tar.xz) = cfd5c3fa07d7fccea0687f5b4498329a6172b7a15bbc45b547d0ac86bd3452a5

-Dimitry

1 Like

I’ve now uploaded the Solaris builds:

5b9fd6a30ce6941adf74667d2076a49aa047fa040e3690f7af26c264d4ce58e7  clang+llvm-15.0.0-amd64-pc-solaris2.11.tar.xz
4354854976355ca6f4ac90231a97121844c4fc9f998c9850527390120c62f01f  clang+llvm-15.0.0-sparcv9-sun-solaris2.11.tar.xz

No regressions compared to rc3. The Solaris/amd64 source included the fixes/workarounds for Issue #54196, now posted as D133407 and D133406 for reference.

1 Like

AArch64 ready:

527ed550784681f95ec7a1be8fbf5a24bd03d7da9bf31afb6523996f45670be3  clang+llvm-15.0.0-aarch64-linux-gnu.tar.xz
834a9bbff98d737e191a9702018f9e560d98c51e1980260a2c2b627405c4aba0  LLVM-15.0.0-woa64.exe
1 Like

Thanks everyone providing binaries and testing the releases, I appreciate all the work you guys do!

I encountered a build problem on Windows:

LLVM build configuration command: cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_OPTIMIZED_TABLEGEN=TRUE -DLLVM_INCLUDE_UTILS=OFF -DLLVM_INCLUDE_RUNTIMES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_GO_TESTS=OFF -DLLVM_INCLUDE_BENCHMARKS=OFF -DLLVM_BUILD_LLVM_C_DYLIB=OFF -DLLVM_ENABLE_DIA_SDK=OFF -DCLANG_BUILD_TOOLS=ON -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX="C:\Software\Development\projects\llvm\build\x64" "C:\Software\Development\projects\llvm-project\llvm"

Begin LLVM build (y/n):y

Cleanning LLVM build. Please wait...

Press any key to continue . . .

**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.3.3
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

-- The C compiler identification is MSVC 19.33.31629.0
-- The CXX compiler identification is MSVC 19.33.31629.0
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- bolt project is disabled
-- clang project is enabled
-- clang-tools-extra project is disabled
-- compiler-rt project is disabled
-- cross-project-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- libcxx project is disabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is disabled
-- lldb project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- polly project is disabled
-- pstl project is disabled
-- flang project is disabled
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for link.h
-- Looking for link.h - not found
-- Looking for malloc/malloc.h
-- Looking for malloc/malloc.h - not found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - not found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - not found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sysexits.h
-- Looking for sysexits.h - not found
-- Looking for termios.h
-- Looking for termios.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for FE_ALL_EXCEPT
-- Looking for FE_ALL_EXCEPT - found
-- Looking for FE_INEXACT
-- Looking for FE_INEXACT - found
-- Looking for mach/mach.h
-- Looking for mach/mach.h - not found
-- Looking for CrashReporterClient.h
-- Looking for CrashReporterClient.h - not found
-- Looking for pfm_initialize in pfm
-- Looking for pfm_initialize in pfm - not found
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR)
-- Looking for xar_open in xar
-- Looking for xar_open in xar - not found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for backtrace
-- Looking for backtrace - not found
-- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed
-- Looking for __register_frame
-- Looking for __register_frame - not found
-- Looking for __deregister_frame
-- Looking for __deregister_frame - not found
-- Looking for __unw_add_dynamic_fde
-- Looking for __unw_add_dynamic_fde - not found
-- Looking for _Unwind_Backtrace
-- Looking for _Unwind_Backtrace - not found
-- Looking for getpagesize
-- Looking for getpagesize - not found
-- Looking for sysconf
-- Looking for sysconf - not found
-- Looking for getrusage
-- Looking for getrusage - not found
-- Looking for setrlimit
-- Looking for setrlimit - not found
-- Looking for isatty
-- Looking for isatty - not found
-- Looking for futimens
-- Looking for futimens - not found
-- Looking for futimes
-- Looking for futimes - not found
-- Looking for sigaltstack
-- Looking for sigaltstack - not found
-- Looking for lseek64
-- Looking for lseek64 - not found
-- Looking for mallctl
-- Looking for mallctl - not found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for mallinfo2
-- Looking for mallinfo2 - not found
-- Looking for malloc_zone_statistics
-- Looking for malloc_zone_statistics - not found
-- Looking for getrlimit
-- Looking for getrlimit - not found
-- Looking for posix_spawn
-- Looking for posix_spawn - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for sbrk
-- Looking for sbrk - not found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strerror_r
-- Looking for strerror_r - not found
-- Looking for strerror_s
-- Looking for strerror_s - found
-- Looking for setenv
-- Looking for setenv - not found
-- Looking for _chsize_s
-- Looking for _chsize_s - found
-- Looking for _alloca
-- Looking for _alloca - not found
-- Looking for __alloca
-- Looking for __alloca - not found
-- Looking for __chkstk
-- Looking for __chkstk - found
-- Looking for __chkstk_ms
-- Looking for __chkstk_ms - not found
-- Looking for ___chkstk
-- Looking for ___chkstk - not found
-- Looking for ___chkstk_ms
-- Looking for ___chkstk_ms - not found
-- Looking for __ashldi3
-- Looking for __ashldi3 - not found
-- Looking for __ashrdi3
-- Looking for __ashrdi3 - not found
-- Looking for __divdi3
-- Looking for __divdi3 - not found
-- Looking for __fixdfdi
-- Looking for __fixdfdi - not found
-- Looking for __fixsfdi
-- Looking for __fixsfdi - not found
-- Looking for __floatdidf
-- Looking for __floatdidf - not found
-- Looking for __lshrdi3
-- Looking for __lshrdi3 - not found
-- Looking for __moddi3
-- Looking for __moddi3 - not found
-- Looking for __udivdi3
-- Looking for __udivdi3 - not found
-- Looking for __umoddi3
-- Looking for __umoddi3 - not found
-- Looking for __main
-- Looking for __main - not found
-- Looking for __cmpdi2
-- Looking for __cmpdi2 - not found
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - not found
-- Looking for proc_pid_rusage
-- Looking for proc_pid_rusage - not found
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success
-- Performing Test LLVM_HAS_ATOMICS
-- Performing Test LLVM_HAS_ATOMICS - Success
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Failed
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Ninja version: 1.11.1
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- Could NOT find Python module pygments
-- Could NOT find Python module pygments.lexers.c_cpp
-- Could NOT find Python module yaml
-- LLVM host triple: x86_64-pc-windows-msvc
-- LLVM default target triple: x86_64-pc-windows-msvc
-- Using Release VC++ CRT: MT
-- Looking for os_signpost_interval_begin
-- Looking for os_signpost_interval_begin - not found
-- Found Python3: C:/Software/Python/python.exe (found suitable version "3.10.6", minimum required is "3.0") found components: Interpreter
-- Performing Test HAS_WERROR_GLOBAL_CTORS
-- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed
-- Looking for _M_X64
-- Looking for _M_X64 - found
-- The ASM_MASM compiler identification is MSVC
-- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/ml64.exe
CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file CodeBeadsGen.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/utils/TableGen/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/TableGen.cmake:152 (add_llvm_executable)
  utils/TableGen/CMakeLists.txt:5 (add_tablegen)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file FixedLenDecoderEmitter.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/utils/TableGen/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/TableGen.cmake:152 (add_llvm_executable)
  utils/TableGen/CMakeLists.txt:5 (add_tablegen)


-- Found Git: C:/Software/Development/Git/cmd/git.exe (found version "2.37.3.windows.1")
CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file RegisterBank.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:818 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:793 (add_llvm_library)
  lib/CodeGen/GlobalISel/CMakeLists.txt:1 (add_llvm_component_library)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file RegisterBankInfo.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:818 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:793 (add_llvm_library)
  lib/CodeGen/GlobalISel/CMakeLists.txt:1 (add_llvm_component_library)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file LoopUnswitch.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/lib/Transforms/Scalar/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:818 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:793 (add_llvm_library)
  lib/Transforms/Scalar/CMakeLists.txt:1 (add_llvm_component_library)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file LowerAtomic.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/lib/Transforms/Scalar/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:818 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:793 (add_llvm_library)
  lib/Transforms/Scalar/CMakeLists.txt:1 (add_llvm_component_library)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file VPlanPredicator.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/lib/Transforms/Vectorize/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:818 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:793 (add_llvm_library)
  lib/Transforms/Vectorize/CMakeLists.txt:1 (add_llvm_component_library)


-- LLVMHello ignored -- Loadable modules not supported on this platform.
CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file Range.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/lib/DebugInfo/GSYM/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:818 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:793 (add_llvm_library)
  lib/DebugInfo/GSYM/CMakeLists.txt:1 (add_llvm_component_library)


-- Targeting X86
-- Looking for sys/resource.h
-- Looking for sys/resource.h - not found
-- Clang version: 15.0.0
CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file DependencyDirectivesSourceMinimizer.cpp

  Please update
  C:/Software/Development/projects/llvm-project/clang/lib/Lex/CMakeLists.txt

Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  C:/Software/Development/projects/llvm-project/clang/cmake/modules/AddClang.cmake:106 (llvm_add_library)
  C:/Software/Development/projects/llvm-project/clang/lib/Lex/CMakeLists.txt:5 (add_clang_library)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file ExtractAPIConsumer.cpp

  Please update
  C:/Software/Development/projects/llvm-project/clang/lib/Frontend/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:459 (llvm_process_sources)
  C:/Software/Development/projects/llvm-project/clang/cmake/modules/AddClang.cmake:106 (llvm_add_library)
  C:/Software/Development/projects/llvm-project/clang/lib/Frontend/CMakeLists.txt:11 (add_clang_library)


-- Not building amdgpu-arch: hsa-runtime64 not found
-- BugpointPasses ignored -- Loadable modules not supported on this platform.
CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file ConfigManager.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/tools/llvm-objcopy/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/AddLLVM.cmake:1296 (add_llvm_executable)
  cmake/modules/AddLLVM.cmake:1321 (llvm_add_tool)
  tools/llvm-objcopy/CMakeLists.txt:26 (add_llvm_tool)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file FormatUtil.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/tools/llvm-pdbutil/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/AddLLVM.cmake:1296 (add_llvm_executable)
  cmake/modules/AddLLVM.cmake:1321 (llvm_add_tool)
  tools/llvm-pdbutil/CMakeLists.txt:11 (add_llvm_tool)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file InputFile.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/tools/llvm-pdbutil/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/AddLLVM.cmake:1296 (add_llvm_executable)
  cmake/modules/AddLLVM.cmake:1321 (llvm_add_tool)
  tools/llvm-pdbutil/CMakeLists.txt:11 (add_llvm_tool)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file LinePrinter.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/tools/llvm-pdbutil/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/AddLLVM.cmake:1296 (add_llvm_executable)
  cmake/modules/AddLLVM.cmake:1321 (llvm_add_tool)
  tools/llvm-pdbutil/CMakeLists.txt:11 (add_llvm_tool)


CMake Error at cmake/modules/LLVMProcessSources.cmake:114 (message):
  Found unknown source file PassPrinters.cpp

  Please update
  C:/Software/Development/projects/llvm-project/llvm/tools/opt/CMakeLists.txt


Call Stack (most recent call first):
  cmake/modules/LLVMProcessSources.cmake:63 (llvm_check_source_file_list)
  cmake/modules/AddLLVM.cmake:869 (llvm_process_sources)
  cmake/modules/AddLLVM.cmake:920 (generate_llvm_objects)
  cmake/modules/AddLLVM.cmake:1296 (add_llvm_executable)
  cmake/modules/AddLLVM.cmake:1321 (llvm_add_tool)
  tools/opt/CMakeLists.txt:30 (add_llvm_tool)


-- Configuring incomplete, errors occurred!
See also "C:/Software/Development/projects/llvm-project/build/buildsys-x64/CMakeFiles/CMakeOutput.log".
See also "C:/Software/Development/projects/llvm-project/build/buildsys-x64/CMakeFiles/CMakeError.log".

Press any key to continue . . .

CodeBeadsGen.cpp does not exist in the 15.0 release. Are you sure you’re building 15.0?

I am doing something clever with Git to keep my repo minimal in size (1 commit always).
Unfortunately I missed one step not thinking it could be such a big deal. The step of wiping files and folders that were deleted between the old tag and new one.

From mesa-dist-win/llvm.cmd at a19e0ff20dc94b16679a0d29e0bb897e54b698dc · pal1000/mesa-dist-win · GitHub

@if NOT EXIST "%devroot%\llvm-project\" MD "%devroot%\llvm-project"
@if EXIST "%devroot%\llvm-project\.git\" RD /S /Q "%devroot%\llvm-project\.git"
@CD "%devroot%\llvm-project"
@git init
@git config --local core.autocrlf false
@git remote add origin https://github.com/llvm/llvm-project.git
@git fetch --depth=1 origin llvmorg-15.0.0
@git checkout -f FETCH_HEAD
@echo.

I added

@git clean -df

before

@echo.

to wipe those files and folders. That was enough to get my problem solved.

The PowerPC (AIX 7.2) binaries for 15.0.0 have been uploaded. No regressions found.
6d221bf2509bd37636ad636c6577b32d176ada58 clang+llvm-15.0.0-powerpc64-ibm-aix-7.2.tar.xz

1 Like

FYI, I’ve opened Configure script breakage with the new -Werror=implicit-function-declaration since the implicit function declaration behavior change in Clang 15 is causing humongous breakage among various configure scripts.

1 Like

I’ve now also uploaded the Linux/sparc64 build:

b5a8108040d5d5d69d6106fa89a6cffc71a16a3583b74c1f15c42f392a47a3d9  clang+llvm-15.0.0-sparc64-unknown-linux-gnu.tar.xz

No changes from rc3. Includes local patches for

1 Like

Hello,
The PowerPC (Linux) binaries for LLVM 15.0.0 have been uploaded
For Ubuntu 18.04.6:

d72c46e22d6f879ba795034fb8c4cc0998190973  clang+llvm-15.0.0-powerpc64le-linux-ubuntu-18.04.6.tar.xz

For RHEL 8.4:

a5627203aa170bea7650f516f5f7f90d13e5e630  clang+llvm-15.0.0-powerpc64le-linux-rhel-8.4.tar.xz

No Regressions were found.

1 Like

Hi again,

I uploaded the binaries for armv7:
58ce8877642fc1399736ffc81bc8ef6244440fc78d72e097a07475b8b25e2bf1 clang+llvm-15.0.0-armv7a-linux-gnueabihf.tar.xz

Looks about the same as rc3.

1 Like

Any ETA for Linux amd64?

I’ve built an artifact for x86_64-unknown-linux-gnu produced by the following invocation

./llvm/utils/release/test-release.sh -release 15.0.0 -triple x86_64-linux-gnu-rhel-8.4 -final -j 8
shasum -a 256 clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4.tar.xz
20b17fabc97b93791098e771adf18013c50eae2e45407f8bfa772883b6027d30  clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4.tar.xz
-- Testing: 2428 tests, 12 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..

Testing Time: 166.81s
  Passed: 2428
[100%] Built target check

# Comparing Phase 2 and Phase 3 files
file hwasan_setjmp_aarch64.S.o differs between phase 2 and phase 3
file hwasan_tag_mismatch_aarch64.S.o differs between phase 2 and phase 3
file hwasan_setjmp_aarch64.S.o differs between phase 2 and phase 3
file hwasan_tag_mismatch_aarch64.S.o differs between phase 2 and phase 3
file hwasan_setjmp_aarch64.S.o differs between phase 2 and phase 3
file hwasan_tag_mismatch_aarch64.S.o differs between phase 2 and phase 3
file hwasan_setjmp_aarch64.S.o differs between phase 2 and phase 3
file hwasan_tag_mismatch_aarch64.S.o differs between phase 2 and phase 3
# Packaging the release as clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4.tar.xz
### Testing Finished ###
### Logs: /home/andrebrisco/Code/llvm-project/final/logs
### Errors:
[Release Phase3] check-all failed

The errors referenced above match errors seen in other builds so I don’t think it’s an issue. @tstellar would you concur?