On Jul 6, 2010, at 4:57 PM, John McCall wrote: > Author: rjmccall > Date: Tue Jul 6 18:57:41 2010 > New Revision: 107739 > > URL: http://llvm.org/viewvc/llvm-project?rev=107739&view=rev > Log: > Provide a hook for the benefit of clients using clang IR gen as a subroutine: > emit metadata associating allocas and global values with a Decl*. This > feature > is controlled by an option that (intentionally) cannot be enabled on the > command > line. > > To use this feature, simply set > CodeGenOptions.EmitDeclMetadata = true; > and then interpret the completely underspecified metadata. :)
FYI, this will be used by the LLDB folks. -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
