[all-commits] [llvm/llvm-project] 692344: [msan] Fix compilation on non-glibc

Brooks Davis via All-commits all-commits at lists.llvm.org
Mon Aug 28 21:22:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 692344d87357ded619d216b265a9375f4326d8fb
      https://github.com/llvm/llvm-project/commit/692344d87357ded619d216b265a9375f4326d8fb
  Author: Brooks Davis <brooks at one-eyed-alien.net>
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
    M compiler-rt/lib/msan/msan_interceptors.cpp

  Log Message:
  -----------
  [msan] Fix compilation on non-glibc

SANITIZER_GLIBC is always defined so should be tested with an if not an
ifdef.

Fixes: ad7e2501000d

Reviewed By: MaskRay

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




More information about the All-commits mailing list