search for: d18865

Displaying 3 results from an estimated 3 matches for "d18865".

Did you mean: 118865
2018 Feb 22
2
Memory sanitizer porting
...r to a custom platform, and discovered some strange things in the existing implementation. 1. clang/llvm currently hardcode the list of supported platforms and disallow the use of a standalone msan implementation. I suppose the solution here is to submit a patch similar to https://reviews.llvm.org/D18865 <https://reviews.llvm.org/D18865>, which will provide the necessary arguments to configure the layout. I have it ready here. Will this approach be fine for the llvm dev team, and may I post it for the review then? 2. There exists a concept of -fsanitize-blacklist argument, which is supposed...
2018 Feb 22
0
Memory sanitizer porting
...iscovered > some strange things in the existing implementation. > > 1. clang/llvm currently hardcode the list of supported platforms and > disallow the use of a standalone msan implementation. > I suppose the solution here is to submit a patch similar to > https://reviews.llvm.org/D18865, which will provide the necessary arguments > to configure the layout. > I have it ready here. Will this approach be fine for the llvm dev team, and > may I post it for the review then? > > 2. There exists a concept of -fsanitize-blacklist argument, which is > supposed to exclude...
2018 Feb 25
1
Memory sanitizer porting
...trange things in the existing implementation. >> >> 1. clang/llvm currently hardcode the list of supported platforms and >> disallow the use of a standalone msan implementation. >> I suppose the solution here is to submit a patch similar to >> https://reviews.llvm.org/D18865, which will provide the necessary arguments >> to configure the layout. >> I have it ready here. Will this approach be fine for the llvm dev team, and >> may I post it for the review then? >> >> 2. There exists a concept of -fsanitize-blacklist argument, which is >...