[PATCH] [Msan] Fix the getline.cc test to pass on FreeBSD
Viktor Kutuzov
vkutuzov at accesssoftek.com
Sat Apr 25 07:59:47 PDT 2015
> Why do you need this change in getdelim interceptors?
There's no ##__getdelim()## on FreeBSD so we shouldn't try to call ##REAL(__getdelim)()## there and I'm not sure calling ##getdelim()## from within the ##__getdelim()## interceptor will work on all platforms.
http://reviews.llvm.org/D9251
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list