[compiler-rt] r320236 - Revert change in test/msan/textdomain.cc for NetBSD

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 18:38:58 PST 2017


Author: kamil
Date: Fri Dec  8 18:38:58 2017
New Revision: 320236

URL: http://llvm.org/viewvc/llvm-project?rev=320236&view=rev
Log:
Revert change in test/msan/textdomain.cc for NetBSD

SVN r. 320226

This breaks Linux.

Modified:
    compiler-rt/trunk/test/msan/textdomain.cc

Modified: compiler-rt/trunk/test/msan/textdomain.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/textdomain.cc?rev=320236&r1=320235&r2=320236&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/textdomain.cc (original)
+++ compiler-rt/trunk/test/msan/textdomain.cc Fri Dec  8 18:38:58 2017
@@ -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 <libintl.h>
 #include <stdio.h>




More information about the llvm-commits mailing list