[all-commits] [llvm/llvm-project] 1caabb: [OpaquePtr] Fix initialization-order-fiasco
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Nov 4 19:29:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1caabbef8e8e73b3dd0cf1f15cf7417d75b7621c
https://github.com/llvm/llvm-project/commit/1caabbef8e8e73b3dd0cf1f15cf7417d75b7621c
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M llvm/lib/IR/LLVMContext.cpp
M llvm/lib/IR/LLVMContextImpl.cpp
M llvm/lib/IR/LLVMContextImpl.h
M llvm/lib/IR/Type.cpp
Log Message:
-----------
[OpaquePtr] Fix initialization-order-fiasco
Asan detects it after D112732.
More information about the All-commits
mailing list