[all-commits] [llvm/llvm-project] b6b025: Fix the signature for __builtin___clear_cache (#13...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Apr 4 10:54:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6b025797245a5e5416b522df041252e3c4ff868
      https://github.com/llvm/llvm-project/commit/b6b025797245a5e5416b522df041252e3c4ff868
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-04-04 (Fri, 04 Apr 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/Builtins.td
    A clang/test/Sema/clear_cache.c

  Log Message:
  -----------
  Fix the signature for __builtin___clear_cache (#134376)

The signature was changed from void(char *, char *) to void(void *, void
*) to match GCC's signature for the same builtin.

Fixes #47833



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list