[all-commits] [llvm/llvm-project] 006161: [ASan] Added __cplusplus guard around the C++ code...

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Dec 8 13:03:06 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00616123f8bb494a8113933c6a0ab505d023dbef
      https://github.com/llvm/llvm-project/commit/00616123f8bb494a8113933c6a0ab505d023dbef
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M compiler-rt/lib/asan/asan_mapping.h

  Log Message:
  -----------
  [ASan] Added __cplusplus guard around the C++ code so it is safe to include asan_mapping.h in assembly files.

This will avoid addind asan_shadow_defines.h in D114558.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list