[all-commits] [llvm/llvm-project] a20f5f: Default to disabling the libunwind frameheader cache.

Sterling-Augustine via All-commits all-commits at lists.llvm.org
Tue Aug 18 14:38:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a20f5fe70810e0a768c1814d69d10862965c21e4
      https://github.com/llvm/llvm-project/commit/a20f5fe70810e0a768c1814d69d10862965c21e4
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M libunwind/CMakeLists.txt
    M libunwind/src/AddressSpace.hpp
    M libunwind/test/frameheadercache_test.pass.cpp

  Log Message:
  -----------
  Default to disabling the libunwind frameheader cache.

Although it works fine with glibc, as currently implemented the
frameheader cache is incompatible with certain platforms with
slightly different locking semantics inside dl_iterate_phdr.

Therefore only enable it when it is turned on explicitly with
a configure-time option.

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




More information about the All-commits mailing list