[all-commits] [llvm/llvm-project] 3826a7: [NFC][xray] Initialize XRayFileHeader

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu May 11 22:58:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3826a74fc7ad589e268b267d9323d4d416c5f6e9
      https://github.com/llvm/llvm-project/commit/3826a74fc7ad589e268b267d9323d4d416c5f6e9
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M llvm/include/llvm/XRay/XRayRecord.h

  Log Message:
  -----------
  [NFC][xray] Initialize XRayFileHeader

Avoids reports with msan -fno-inline.


  Commit: 2394f091df0bba3f8c5362df1f7b6502cc837f66
      https://github.com/llvm/llvm-project/commit/2394f091df0bba3f8c5362df1f7b6502cc837f66
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M compiler-rt/lib/asan/asan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_interceptors.cpp

  Log Message:
  -----------
  [ASAN][LSAN] Ignore main or uninitialized thead in pthread_exit

Fix crash on CHECK in ThreadArgRetval::Finish().


Compare: https://github.com/llvm/llvm-project/compare/563ce9aa4ab2...2394f091df0b


More information about the All-commits mailing list