[all-commits] [llvm/llvm-project] 66ee0d: [sanitizer-common] Force pickup of llvm-symbolizer...

Mitch Phillips via All-commits all-commits at lists.llvm.org
Wed Dec 16 06:43:16 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66ee0d3d84a6ea04e895249aef2ea8a812664728
      https://github.com/llvm/llvm-project/commit/66ee0d3d84a6ea04e895249aef2ea8a812664728
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in

  Log Message:
  -----------
  [sanitizer-common] Force pickup of llvm-symbolizer from new binaries.

It's possible currently that the sanitizer runtimes when testing grab
the path to the symbolizer through *SAN_SYMBOLIZER_PATH=...

This can be polluted by things like Android's setup script. This patch
forces external_symbolizer_path=$new_build_out_dir/llvm-symbolizer when
%env_tool_options is used.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list