[all-commits] [llvm/llvm-project] b87b64: [sanitizer] Fix arg types of internal functions

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Apr 11 17:36:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b87b642aa6b7f5c1082d8851bf242b0b67fa47de
      https://github.com/llvm/llvm-project/commit/b87b642aa6b7f5c1082d8851bf242b0b67fa47de
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp

  Log Message:
  -----------
  [sanitizer] Fix arg types of internal functions

They didn't match sanitizer_common for 32bit.


  Commit: 678ef2fbd5e0e602183245781f1e33cf84505d5d
      https://github.com/llvm/llvm-project/commit/678ef2fbd5e0e602183245781f1e33cf84505d5d
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp

  Log Message:
  -----------
  [sanitizer] Make test pass with InternalSymbolizer


Compare: https://github.com/llvm/llvm-project/compare/5a5034d5081b...678ef2fbd5e0


More information about the All-commits mailing list