From df8147e30dd68150157e86fa764fc43d2a01d81e Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Sat, 9 Dec 2017 02:38:58 +0000 Subject: [PATCH] Revert change in test/msan/textdomain.cc for NetBSD SVN r. 320226 This breaks Linux. llvm-svn: 320236 --- compiler-rt/test/msan/textdomain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/msan/textdomain.cc b/compiler-rt/test/msan/textdomain.cc index be6ba4ffafc9..760debd68c33 100644 --- a/compiler-rt/test/msan/textdomain.cc +++ b/compiler-rt/test/msan/textdomain.cc @@ -1,4 +1,4 @@ -// RUN: %clangxx_msan -lintl -O0 -g %s -o %t && %run %t +// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t #include #include