[llvm-branch-commits] [asan] Limit priority ctor to kMax-1 (PR #101772)

2024-08-02 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Vitaly Buka (vitalybuka) Changes Reserve maximal availibe priority to runtime. We need to run code in sanitizer runtime after all C++ constructors. https://clang.llvm.org/docs/AttributeReference.html#constructor --- Full diff: h

[llvm-branch-commits] [asan] Limit priority ctor to kMax-1 (PR #101772)

2024-08-02 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/101772 Reserve maximal availibe priority to runtime. We need to run code in sanitizer runtime after all C++ constructors. https://clang.llvm.org/docs/AttributeReference.html#constructor ___