[PATCH] D41013: Fix test/msan/textdomain.cc on NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 10 06:41:53 PST 2018
krytarowski added a comment.
Author: kamil
Date: Sat Feb 10 06:36:55 2018
New Revision: 324810
URL: http://llvm.org/viewvc/llvm-project?rev=324810&view=rev
Log:
Mark the textdomain.cc test as unsupported on BSDs
textdomain is a part of -lintl on BSDs. In GLIBC it's in libc.
We assume that -lintl will need to be rebuilt with sanitizers
in order to sanitize programs using its features.
This is a proper continuation of D41013.
The original patch has been reverted (adding -lintl).
Modified:
compiler-rt/trunk/test/msan/textdomain.cc
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41013
More information about the llvm-commits
mailing list