[all-commits] [llvm/llvm-project] 8f5962: ASAN: keep support for Global::location

Martin Liška via All-commits all-commits at lists.llvm.org
Fri Feb 24 00:11:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f5962b1ccb5fcd4d4544121d43efb860ac3cc6d
      https://github.com/llvm/llvm-project/commit/8f5962b1ccb5fcd4d4544121d43efb860ac3cc6d
  Author: Martin Liska <mliska at suse.cz>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M compiler-rt/lib/asan/asan_globals.cpp
    M compiler-rt/lib/asan/asan_interface_internal.h

  Log Message:
  -----------
  ASAN: keep support for Global::location

We as GCC still emit __asan_global_source_location for global variables
and we would like to use it in the future. On other hand, we don't
support llvm-symbolizer and the default libbacktraace symbolizer
does not support location info.

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




More information about the All-commits mailing list