[llvm-branch-commits] [asan] Catch `initialization-order-fiasco` in mudules without globals (PR #104621)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 16 10:28:22 PDT 2024
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/104621
Thouse modules still can have global constructors and access
globals in other modules which are not initialized yet.
More information about the llvm-branch-commits
mailing list