Displaying 8 results from an estimated 8 matches for "adresssanit".
2013 Apr 18
3
Linux distribution with gcc 4.8 and AddressSanitizer ?
Dear R developers,
I've got an information from Prof. Ripley regarding a bug found with
AdressSanitizer in one of our packages. It is now fixed, thank you for
this information.
Now, I would like to run AddressSanitizer myself before submitting the
patched package to CRAN.
Is there a recommendation of a suitable Linux distribution with gcc 4.8,
ideally an ISO image or (even better) a virtual...
2011 Nov 17
3
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
Hi Daniel,
Chris suggested to talk to you about committing the AddressSanitizer (asan)
run-time into the llvm tree (llvm-project/compiler-rt).
Questions:
- What is the preferred name for the directory? (asan? libasan?
address_sanitizer? AdressSanitizer?)
- Should the asan run-time use cmake, or just make, or what? The build is a
bit tricky, especially for tests. We currently use make.
- How would you suggest to do the code review?
The code of the run-time is ~5 KLOC.
http://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fa...
2011 Nov 28
2
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...t; > Hi Daniel,
> > Chris suggested to talk to you about committing the AddressSanitizer
> (asan)
> > run-time into the llvm tree (llvm-project/compiler-rt).
> > Questions:
> > - What is the preferred name for the directory? (asan? libasan?
> > address_sanitizer? AdressSanitizer?)
>
> I don't care. lib/asan seems perfectly reasonable to me, with a README
> explaining what the module is for.
>
So, it will be a sibling of lib/profile. Makes sense.
>
> > - Should the asan run-time use cmake, or just make, or what? The build
> is a
> >...
2011 Nov 24
0
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...<kcc at google.com> wrote:
> Hi Daniel,
> Chris suggested to talk to you about committing the AddressSanitizer (asan)
> run-time into the llvm tree (llvm-project/compiler-rt).
> Questions:
> - What is the preferred name for the directory? (asan? libasan?
> address_sanitizer? AdressSanitizer?)
I don't care. lib/asan seems perfectly reasonable to me, with a README
explaining what the module is for.
> - Should the asan run-time use cmake, or just make, or what? The build is a
> bit tricky, especially for tests. We currently use make.
The only build system I care about fo...
2011 Nov 29
0
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...gt; Chris suggested to talk to you about committing the AddressSanitizer
>> > (asan)
>> > run-time into the llvm tree (llvm-project/compiler-rt).
>> > Questions:
>> > - What is the preferred name for the directory? (asan? libasan?
>> > address_sanitizer? AdressSanitizer?)
>>
>> I don't care. lib/asan seems perfectly reasonable to me, with a README
>> explaining what the module is for.
>
>
> So, it will be a sibling of lib/profile. Makes sense.
>
>>
>>
>> > - Should the asan run-time use cmake, or just make...
2011 Nov 25
1
[LLVMdev] LLVMdev Digest, Vol 89, Issue 60
...; wrote:
>> Hi Daniel,
>> Chris suggested to talk to you about committing the AddressSanitizer (asan)
>> run-time into the llvm tree (llvm-project/compiler-rt).
>> Questions:
>> - What is the preferred name for the directory? (asan? libasan?
>> address_sanitizer? AdressSanitizer?)
>
> I don't care. lib/asan seems perfectly reasonable to me, with a README
> explaining what the module is for.
>
>> - Should the asan run-time use cmake, or just make, or what? The build is a
>> bit tricky, especially for tests. We currently use make.
>
>...
2012 Apr 20
0
[LLVMdev] Error compiling simple loop, Casting.h used by Polly
Hi Ryan,
Is there a PR about this? I've just hit the same assertion with
AddressSanitizer,
http://code.google.com/p/address-sanitizer/issues/detail?id=67
On Tue, Feb 14, 2012 at 2:57 AM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> clang:
> /home/ryan/llvm/llvm_core/llvm-3.0/include/llvm/Support/Casting.h:194:
> typename cast_retty<PHINode, ilist_iterator<Instruction>
2012 Feb 13
2
[LLVMdev] Error compiling simple loop, Casting.h used by Polly
clang:
/home/ryan/llvm/llvm_core/llvm-3.0/include/llvm/Support/Casting.h:194:
typename cast_retty<PHINode, ilist_iterator<Instruction> >::ret_type
llvm::cast(const llvm::ilist_iterator<llvm::Instruction> &): Assertion
`isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
0 clang 0x0000000001b3618f
1 clang