[all-commits] [llvm/llvm-project] 77e3a2: [ubsan] Link shared runtime library with a version...
    Evgenii Stepanov via All-commits 
    all-commits at lists.llvm.org
       
    Thu Apr 16 17:34:18 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77e3a2e0fe02e8bdeb8276c08c95290d9e78feba
      https://github.com/llvm/llvm-project/commit/77e3a2e0fe02e8bdeb8276c08c95290d9e78feba
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)
  Changed paths:
    M compiler-rt/lib/ubsan/CMakeLists.txt
  Log Message:
  -----------
  [ubsan] Link shared runtime library with a version script.
Summary:
Do not reexport libgcc.a symbols and random sanitizer internal symbols
by applying a version script to the shared library build.
This fixes unwinder conflicts on Android that are created by reexporting
the unwinder interface from libgcc_real.a. The same is already done in
asan and hwasan.
Reviewers: vitalybuka, srhines
Subscribers: mgorny, #sanitizers, llvm-commits
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D78325
    
    
More information about the All-commits
mailing list