[libcxx-commits] [PATCH] D100504: [libc++abi][AIX] initial patch	for EH on AIX
    Fangrui Song via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Apr 20 18:08:45 PDT 2021
    
    
  
MaskRay added a comment.
In sanitizer runtime, we create separate files and duplicate some needed functions when a platform has sufficient different implementation. See `compiler-rt/lib/sanitizer_common/*.cpp` and `compiler-lib/lib/lsan/lsan_*.cpp` for examples.
I have simplified the Itanium LSDA a lot. From my experience the code sharing with arm EHABI actually made it really different to refactor.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100504/new/
https://reviews.llvm.org/D100504
    
    
More information about the libcxx-commits
mailing list