[llvm-commits] [llvm] r150624 - in /llvm/trunk: include/llvm/CodeGen/TargetLoweringObjectFileImpl.h include/llvm/Target/TargetLoweringObjectFile.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Chris Lattner
clattner at apple.com
Wed Feb 15 15:23:36 PST 2012
On Feb 15, 2012, at 2:36 PM, Bill Wendling wrote:
> Author: void
> Date: Wed Feb 15 16:36:15 2012
> New Revision: 150624
>
> URL: http://llvm.org/viewvc/llvm-project?rev=150624&view=rev
> Log:
> Modify the code that emits the module flags to use the new module flags accessor
> method. This allows the target lowering code to not have to deal with MDNodes.
>
> Also, avoid leaking memory like a sieve by not creating a global variable for
> the image info section, but just emitting the code directly.
Looks great, thanks Bill.
-Chris
More information about the llvm-commits
mailing list