[all-commits] [llvm/llvm-project] e41c5a: [NFC][sanitizer] Add () into a few macros

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Aug 11 09:48:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e41c5aaebe2f06ef375eb88ffc15d22bc1cea5c6
      https://github.com/llvm/llvm-project/commit/e41c5aaebe2f06ef375eb88ffc15d22bc1cea5c6
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-08-11 (Thu, 11 Aug 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h

  Log Message:
  -----------
  [NFC][sanitizer] Add () into a few macros


  Commit: 4248f32b9ebe87c7af8ee53911efd47c2652f488
      https://github.com/llvm/llvm-project/commit/4248f32b9ebe87c7af8ee53911efd47c2652f488
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-08-11 (Thu, 11 Aug 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h

  Log Message:
  -----------
  [NFC][sanitizer] Use __builtin_extract_return_addr on all platforms

On most platforms it does nothing, so this eliminates a need for one #if.


Compare: https://github.com/llvm/llvm-project/compare/6ba5fc2deedd...4248f32b9ebe


More information about the All-commits mailing list