OSDN Git Service

Fix an order-of-deallocation issue where the AttrListImpl could be deallocated before...
authorOwen Anderson <resistor@mac.com>
Thu, 18 Nov 2010 18:59:13 +0000 (18:59 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 18 Nov 2010 18:59:13 +0000 (18:59 +0000)
commit9fe010ecf885b82ca16c3f1e3caf72b9823377f3
treebd92c32b71ba76c47f055df0f61a49c4c3676847
parent27cb5e612ae280a0084a2c608cc8b13786431b7d
Fix an order-of-deallocation issue where the AttrListImpl could be deallocated before the global
LLVMContext, causing memory errors.  Patch by Peter Collingbourne.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119721 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Attributes.cpp