Displaying 2 results from an estimated 2 matches for "49fb6cde".
2013 Nov 13
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On 13 Nov 2013, at 06:21, Chandler Carruth <chandlerc at google.com> wrote:
> Keep in mind that I am a maintainer for gmock so this would not change the external project decencies of LLVM.
Is gmock written with more portability in mind than gtest? In my experience, bringing up a new platform for gtest is a huge amount of pain (unless the code has been improved recently - I last tried
2013 Nov 13
2
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
Keep in mind that I am a maintainer for gmock so this would not change the
external project decencies of LLVM.
On Nov 12, 2013 9:16 PM, "Chris Lattner" <clattner at apple.com> wrote:
>
> On Nov 12, 2013, at 7:04 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
> > I have some concrete use cases in testing the pass manager where it will
> allow