Fix test/msan/textdomain.cc on NetBSD

Summary:
This tests must be linked with -lintl for the gettext(3) features.

Sponsored by <The NetBSD Foundation>

Reviewers: joerg, eugenis, vitalybuka

Reviewed By: vitalybuka

Subscribers: llvm-commits, #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D41013

llvm-svn: 320226
This commit is contained in:
Kamil Rytarowski 2017-12-09 00:39:04 +00:00
parent ff98462be3
commit 79a8c282e3
1 changed files with 1 additions and 1 deletions

View File

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