search for: progdebug

Displaying 2 results from an estimated 2 matches for "progdebug".

Did you mean: pr_debug
2015 Feb 26
0
[LLVMdev] SAFECode testsuite query
...se testsuite. It would be great if someone pointed that out for me. For the lit tests, cd into the test directory and type "make lit". These tests verify basic functionality and run some buffer overflow benchmark tests on SAFECode. To run SAFECode on the LLVM test suite, I believe the progdebug target is the one you want to use. > Also, were there any design scalability issues due to which SAFECode has not been supported beyond llvm 3.2 ? > If yes, could someone let me know about them? There is no fundamental reason why SAFECode and SoftBound cannot work with newer versions of L...
2015 Feb 26
2
[LLVMdev] SAFECode testsuite query
Hello All, I am looking at exploring what benefits SAFECode has to offer over clang S.A and llvm's instrumentation tools like memory sanitizer and address sanitizer. I could come up with the following that are not provided in ASAN/MSAN/Clang S.A -> dangling pointer error and detection -> crashes in system libraries due to security vulnerabilities. In the process, I wanted to run the