Displaying 14 results from an estimated 14 matches for "9bf27b1".
2013 May 25
0
[LLVMdev] compiler-rt tests in cmake?
...pedef __sanitizer::OFF64_T OFF64_T;
+//typedef __sanitizer::OFF_T OFF_T;
+//typedef __sanitizer::OFF64_T OFF64_T;
// How to add an interceptor:
// Suppose you need to wrap/replace system function (generally, from libc):
diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
index 9bf27b1..190dce8 100644
--- a/lib/lsan/lsan_allocator.cc
+++ b/lib/lsan/lsan_allocator.cc
@@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
AllocatorCache,
SecondaryAllocator> Allocator;
static Allocator allocator;
-static THREADLOCAL AllocatorCache cache;
+static /*THREADLOC...
2013 May 25
2
[LLVMdev] compiler-rt tests in cmake?
...;
> +//typedef __sanitizer::OFF_T OFF_T;
> +//typedef __sanitizer::OFF64_T OFF64_T;
>
> // How to add an interceptor:
> // Suppose you need to wrap/replace system function (generally, from libc):
> diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
> index 9bf27b1..190dce8 100644
> --- a/lib/lsan/lsan_allocator.cc
> +++ b/lib/lsan/lsan_allocator.cc
> @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
> AllocatorCache,
> SecondaryAllocator> Allocator;
>
> static Allocator allocator;
> -static THREADLOCAL Al...
2013 May 28
4
[LLVMdev] compiler-rt tests in cmake?
...typedef __sanitizer::OFF64_T OFF64_T;
>> >
>> > // How to add an interceptor:
>> > // Suppose you need to wrap/replace system function (generally, from
>> libc):
>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>> > index 9bf27b1..190dce8 100644
>> > --- a/lib/lsan/lsan_allocator.cc
>> > +++ b/lib/lsan/lsan_allocator.cc
>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>> > AllocatorCache,
>> > SecondaryAllocator> Allocator;
>> >
>>...
2013 May 24
2
[LLVMdev] compiler-rt tests in cmake?
I blame this line in lsan/lit_tests/lit.cfg:
# Setup attributes common for all compiler-rt projects.
compiler_rt_lit_cfg = os.path.join(llvm_src_root, "projects",
"compiler-rt",
"lib", "lit.common.cfg")
On Fri, May 24, 2013 at 2:53 PM, Alexey Samsonov <samsonov at google.com>wrote:
>
> On Fri, May 24,
2013 May 27
0
[LLVMdev] compiler-rt tests in cmake?
...T OFF_T;
> > +//typedef __sanitizer::OFF64_T OFF64_T;
> >
> > // How to add an interceptor:
> > // Suppose you need to wrap/replace system function (generally, from
> libc):
> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
> > index 9bf27b1..190dce8 100644
> > --- a/lib/lsan/lsan_allocator.cc
> > +++ b/lib/lsan/lsan_allocator.cc
> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
> > AllocatorCache,
> > SecondaryAllocator> Allocator;
> >
> > static Allocator all...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...64_T OFF64_T;
>>> >
>>> > // How to add an interceptor:
>>> > // Suppose you need to wrap/replace system function (generally, from
>>> libc):
>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>>> > index 9bf27b1..190dce8 100644
>>> > --- a/lib/lsan/lsan_allocator.cc
>>> > +++ b/lib/lsan/lsan_allocator.cc
>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>> > AllocatorCache,
>>> > SecondaryAllocator> Allocator;
&...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...64_T OFF64_T;
>>> >
>>> > // How to add an interceptor:
>>> > // Suppose you need to wrap/replace system function (generally, from
>>> libc):
>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>>> > index 9bf27b1..190dce8 100644
>>> > --- a/lib/lsan/lsan_allocator.cc
>>> > +++ b/lib/lsan/lsan_allocator.cc
>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>> > AllocatorCache,
>>> > SecondaryAllocator> Allocator;
&...
2013 May 29
2
[LLVMdev] compiler-rt tests in cmake?
...F64_T;
>>>> >
>>>> > // How to add an interceptor:
>>>> > // Suppose you need to wrap/replace system function (generally, from libc):
>>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>>>> > index 9bf27b1..190dce8 100644
>>>> > --- a/lib/lsan/lsan_allocator.cc
>>>> > +++ b/lib/lsan/lsan_allocator.cc
>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>>> > AllocatorCache,
>>>> > SecondaryAlloca...
2013 May 29
4
[LLVMdev] compiler-rt tests in cmake?
...>>> > // How to add an interceptor:
>>>>> > // Suppose you need to wrap/replace system function (generally,
>>>>> from libc):
>>>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>>>>> > index 9bf27b1..190dce8 100644
>>>>> > --- a/lib/lsan/lsan_allocator.cc
>>>>> > +++ b/lib/lsan/lsan_allocator.cc
>>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>>>> > AllocatorCache,
>>>>> >...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...t;> >
>>>> > // How to add an interceptor:
>>>> > // Suppose you need to wrap/replace system function (generally, from
>>>> libc):
>>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>>>> > index 9bf27b1..190dce8 100644
>>>> > --- a/lib/lsan/lsan_allocator.cc
>>>> > +++ b/lib/lsan/lsan_allocator.cc
>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>>> > AllocatorCache,
>>>> > SecondaryAlloca...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...; // How to add an interceptor:
>>>>>> > // Suppose you need to wrap/replace system function (generally,
>>>>>> from libc):
>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc
>>>>>> > index 9bf27b1..190dce8 100644
>>>>>> > --- a/lib/lsan/lsan_allocator.cc
>>>>>> > +++ b/lib/lsan/lsan_allocator.cc
>>>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>>>>> > AllocatorCache,
>>>>...
2013 May 30
2
[LLVMdev] compiler-rt tests in cmake?
...t;> > // Suppose you need to wrap/replace system function (generally,
>>>>>>> > from libc):
>>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc
>>>>>>> > b/lib/lsan/lsan_allocator.cc
>>>>>>> > index 9bf27b1..190dce8 100644
>>>>>>> > --- a/lib/lsan/lsan_allocator.cc
>>>>>>> > +++ b/lib/lsan/lsan_allocator.cc
>>>>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>>>>>>> > AllocatorCache,...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...ose you need to wrap/replace system function (generally,
> >>>>>>> > from libc):
> >>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc
> >>>>>>> > b/lib/lsan/lsan_allocator.cc
> >>>>>>> > index 9bf27b1..190dce8 100644
> >>>>>>> > --- a/lib/lsan/lsan_allocator.cc
> >>>>>>> > +++ b/lib/lsan/lsan_allocator.cc
> >>>>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
> >>>>>>> &...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...wrap/replace system function (generally,
>> >>>>>>> > from libc):
>> >>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc
>> >>>>>>> > b/lib/lsan/lsan_allocator.cc
>> >>>>>>> > index 9bf27b1..190dce8 100644
>> >>>>>>> > --- a/lib/lsan/lsan_allocator.cc
>> >>>>>>> > +++ b/lib/lsan/lsan_allocator.cc
>> >>>>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator,
>> >>>&g...