How can I build libstdc++ with instrumentation to allow MSAN to work?
I have attempted to follow the instructions listed at
https://code.google.com/p/memory-sanitizer/wiki/InstrumentingLibstdcxx,
but there were a few issues:

1) I had to change the path that is used to find the library
2) It could not find ::max_align_t, so I simply defined it to be 16
3) "No rule to make target../src/c++11/libc++11convenience.la', needed
by libstdc++.la"

Could not figure this out.

Any help?
_______________________________________________
cfe-users mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users

Reply via email to