]> granicus.if.org Git - clang/commit
Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if
authorNick Lewycky <nicholas@mxc.ca>
Fri, 21 Jun 2013 21:15:32 +0000 (21:15 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 21 Jun 2013 21:15:32 +0000 (21:15 +0000)
commit73b8d4bdd68372bff9eddc5a02675ee345a8a94f
tree87bcdb8c312238afa6e591f7f41bab5cd13865e7
parentf0c31d98d3db8ed76077999d10ac45ed23f7e75e
Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if
given -disable-free. (Reviewed by John McCall over IRC.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184595 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Frontend/CompilerInvocation.cpp