[all-commits] [llvm/llvm-project] 1ef3de: Disable sanitizer's on ifunc resolvers.

Dani via All-commits all-commits at lists.llvm.org
Mon Aug 14 11:57:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ef3de6b09f6b21a383fc7cf1ce1283df738015a
      https://github.com/llvm/llvm-project/commit/1ef3de6b09f6b21a383fc7cf1ce1283df738015a
  Author: Daniel Kiss <daniel.kiss at arm.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/test/CodeGen/ifunc.c

  Log Message:
  -----------
  Disable sanitizer's on ifunc resolvers.

Resolvers are running before the module is initialised which leads to
crashes due to the santizer is not yet initialised.

Fixes #40287

Reviewed By: hctim

Differential Revision: https://reviews.llvm.org/D150262




More information about the All-commits mailing list