forked from OSchip/llvm-project
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). llvm-svn: 324810
This commit is contained in:
parent
6e0dbb0668
commit
9ce6bdf530
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
|
||||
// UNSUPPORTED: netbsd, freebsd
|
||||
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue