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:
parent
ff98462be3
commit
79a8c282e3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue