This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allnoconfig in repository toolchain/ci/llvm-project.
from 1f4c7b2a9120 [RISCV] Don't emit fractional VIDs with negative steps adds a36801750327 [asan] Always skip first object from dl_iterate_phdr adds 0e27d08cdeb3 [RISCV] Fix crash for section alignment with .option norvc adds 2e7e14177186 workflows: Add a test to ensure that the LLVM version is correct adds 1f9140064dfb Bump version to 14.0.3
No new revisions were added by this update.
Summary of changes: .github/workflows/version-check.py | 32 ++++++++++++++++++++++ .github/workflows/version-check.yml | 26 ++++++++++++++++++ compiler-rt/lib/asan/asan_linux.cpp | 30 ++++++++------------ libcxx/CMakeLists.txt | 2 +- libcxxabi/CMakeLists.txt | 2 +- libunwind/CMakeLists.txt | 2 +- llvm/CMakeLists.txt | 2 +- .../Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 8 ++++-- llvm/test/MC/RISCV/align-option-relax.s | 8 ++++++ llvm/test/MC/RISCV/align.s | 8 ++++++ llvm/utils/gn/secondary/llvm/version.gni | 2 +- llvm/utils/lit/lit/__init__.py | 2 +- llvm/utils/release/build_llvm_package.bat | 4 +-- .../llvm/include/llvm/Config/llvm-config.h | 2 +- 14 files changed, 100 insertions(+), 30 deletions(-) create mode 100755 .github/workflows/version-check.py create mode 100644 .github/workflows/version-check.yml create mode 100644 llvm/test/MC/RISCV/align-option-relax.s