[all-commits] [llvm/llvm-project] 1f6427: [libc] add mempcpy to bazel overlay (#75383)

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Dec 13 13:38:59 PST 2023


  Branch: refs/heads/users/vitalybuka/spr/main.hwasan-improve-support-of-forking-with-threads
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f6427a2d51fc76f53e87b70c031ee67b6e9f472
      https://github.com/llvm/llvm-project/commit/1f6427a2d51fc76f53e87b70c031ee67b6e9f472
  Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel

  Log Message:
  -----------
  [libc] add mempcpy to bazel overlay (#75383)

We'd like to begin overlaying mempcpy.


  Commit: d860480f9b20b308a677daf45f7bfe1da2a03ac7
      https://github.com/llvm/llvm-project/commit/d860480f9b20b308a677daf45f7bfe1da2a03ac7
  Author: Nico Weber <thakis at chromium.org>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    R clang-tools-extra/clangd/test/GH75115.test

  Log Message:
  -----------
  Revert "[clangd] Add test for GH75115 (#75116)"

This reverts commit 04580edd8a394dc2ccee7363c8a41ee05b1a6b98.

The test fails if asserts are disabled, see
https://github.com/llvm/llvm-project/pull/75116#issuecomment-1854543611
and the next comment.


  Commit: 71ba8bb4a725aa781ad2eee3d0307f18311024a1
      https://github.com/llvm/llvm-project/commit/71ba8bb4a725aa781ad2eee3d0307f18311024a1
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp

  Log Message:
  -----------
  [mlir,vector] Fix -Wunused-variable


  Commit: 5869ec2627a83fdd886891d71c6dad8bf60b25d6
      https://github.com/llvm/llvm-project/commit/5869ec2627a83fdd886891d71c6dad8bf60b25d6
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    R clang-tools-extra/clangd/test/GH75115.test
    M compiler-rt/test/sanitizer_common/sanitizer_specific.h
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel

  Log Message:
  -----------
  [𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]


Compare: https://github.com/llvm/llvm-project/compare/3d13ced4c485...5869ec2627a8


More information about the All-commits mailing list