[PATCH] D48891: [libFuzzer] Make -fsanitize=memory,fuzzer work.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 13:02:34 PDT 2018
Dor1s added a comment.
> Let me know if the rebuild fixes it. Otherwise, I'll take a closer look.
Didn't help. Also, the stacktrace points to the libcxx source file, even though ldd shows the system libc++ being used:
mmoroz at mmoroz2:~/Projects/llvm/build$ sha1sum include/c++/v1/ostream
99ce0b9ca18a5c9e4c3d88b35fbae6416135ae9a include/c++/v1/ostream
mmoroz at mmoroz2:~/Projects/llvm/build$ sha1sum ../llvm/projects/libcxx/include/ostream
99ce0b9ca18a5c9e4c3d88b35fbae6416135ae9a ../llvm/projects/libcxx/include/ostream
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48891
More information about the llvm-commits
mailing list