llvm-mirror/include/llvm/LTO
Steven Wu 1b8163c1b8 Fix the order of destructors in LibLTOCodeGenerator
Summary:
The order of destructors in LTOCodeGenerator gets changed in r254696.
It is possible for LTOCodeGenerator to have a MergedModule created in
the OwnedContext, in which case the module must be destructed before
the context.

Reviewers: rafael, dexonsmith

Subscribers: llvm-commits, joker.eph

Differential Revision: http://reviews.llvm.org/D15346

llvm-svn: 255092
2015-12-09 03:37:51 +00:00
..
LTOCodeGenerator.h Fix the order of destructors in LibLTOCodeGenerator 2015-12-09 03:37:51 +00:00
LTOModule.h Modernize the C++ APIs for creating LTO modules. 2015-12-04 16:14:31 +00:00