search for: f76ef1b4

Displaying 4 results from an estimated 4 matches for "f76ef1b4".

2009 Jan 04
0
[LLVMdev] Private headers and testing
On Jan 2, 2009, at 1:48 PM, Misha Brukman wrote: > 2009/1/2 Chris Lattner <clattner at apple.com> > On Jan 2, 2009, at 12:21 PM, Misha Brukman wrote: > Do you have a specific example of a unit test that would need > these? I really think these should stay private. > > Let's take lib/Transforms/Utils/CodeExtractor.cpp . The public > interface for it is in
2009 Jan 07
1
[LLVMdev] Private headers and testing
...CodeExtractor class), not a single function call of the high-level exported public API, which will exercise the entire class and its many methods. Misha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090107/f76ef1b4/attachment.html>
2009 Jan 02
3
[LLVMdev] Private headers and testing
2009/1/2 Chris Lattner <clattner at apple.com> > On Jan 2, 2009, at 12:21 PM, Misha Brukman wrote: > Do you have a specific example of a unit test that would need these? I > really think these should stay private. > Let's take lib/Transforms/Utils/CodeExtractor.cpp . The public interface for it is in include/llvm/Transform/Utils/FunctionUtils.h, with only the high-level
2009 Jan 08
0
[LLVMdev] LLVMdev Digest, Vol 55, Issue 16
...e > function call of the high-level exported public API, which will exercise the > entire class and its many methods. > > Misha > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20090107/f76ef1b4/attachment-0001.html > > ------------------------------ > > Message: 4 > Date: Wed, 7 Jan 2009 13:33:40 -0800 > From: Chris Lattner <clattner at apple.com> > Subject: Re: [LLVMdev] Private headers and testing > To: LLVM Developers Mailing List <llvmdev at cs.uiuc...