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:
Kamil Rytarowski 2018-02-10 14:36:55 +00:00
parent 6e0dbb0668
commit 9ce6bdf530
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
// UNSUPPORTED: netbsd, freebsd
#include <libintl.h>
#include <stdio.h>