search for: 8d28f87a

Displaying 1 result from an estimated 1 matches for "8d28f87a".

Did you mean: 8d28878
2005 Jun 15
1
[LLVMdev] annotate a value
On Tue, 14 Jun 2005, Reid Spencer wrote: > Hello, > > The interface is named Annotation and it allows any Annotable object to > be annotated. This is correct. > Note that the Value class is an Annotable. This is not. Shuhan, you have two options: 1. You can store the information you want in an std::map somewhere on the side. 2. You can add the fields you want to the LLVM