• Y
    Suppress valgrind "unimplemented functionality" error · bbcd3b0b
    Yi Wu 提交于
    Summary:
    Add ROCKSDB_VALGRIND_RUN macro and suppress false-positive "unimplemented functionality" throw by valgrind for steam hints.
    
    Another approach would be add a valgrind suppress file. Valgrind is suppose to print the suppression when given "--gen-suppressions=all" param, which is suppose to be the content for the suppression file. But it doesn't print.
    Closes https://github.com/facebook/rocksdb/pull/3174
    
    Differential Revision: D6338786
    
    Pulled By: yiwu-arbug
    
    fbshipit-source-id: 3559efa5f3b92d40d09ad6ac82bc7b59f86c75aa
    bbcd3b0b
Makefile 61.7 KB