[PATCH] D41013: Fix test/msan/textdomain.cc on NetBSD

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 16:39:37 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT320226: Fix test/msan/textdomain.cc on NetBSD (authored by kamil).

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41013

Files:
  test/msan/textdomain.cc


Index: test/msan/textdomain.cc
===================================================================
--- test/msan/textdomain.cc
+++ test/msan/textdomain.cc
@@ -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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41013.126240.patch
Type: text/x-patch
Size: 322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171209/744612c1/attachment.bin>


More information about the llvm-commits mailing list