[all-commits] [llvm/llvm-project] 3f40ad: Add ifunc support for Windows on AArch64. (#111962)

Daniel Kiss via All-commits all-commits at lists.llvm.org
Thu Nov 14 05:45:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f40ad7ba83ecf6f374039191ae7ceeb1f5fe831
      https://github.com/llvm/llvm-project/commit/3f40ad7ba83ecf6f374039191ae7ceeb1f5fe831
  Author: Daniel Kiss <daniel.kiss at arm.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/TargetInfo.h
    M clang/test/CodeGen/attr-ifunc.c
    A clang/test/CodeGen/ifunc-win.c
    M clang/test/CodeGen/ifunc.c
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp

  Log Message:
  -----------
  Add ifunc support for Windows on AArch64. (#111962)

On Windows there is no platform support for ifunc but we could lower
them to global function pointers.
This also enables FMV for Windows with Clang and Compiler-rt.

Depends on #111961



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