[compiler-rt] r245417 - Remove forkpty test with -Wl, -as-needed. This currently breaks in
Daniel Jasper via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 23:10:57 PDT 2015
Author: djasper
Date: Wed Aug 19 01:10:57 2015
New Revision: 245417
URL: http://llvm.org/viewvc/llvm-project?rev=245417&view=rev
Log:
Remove forkpty test with -Wl,-as-needed. This currently breaks in
various places. Let me know if you need more details about a
reproduction.
Modified:
compiler-rt/trunk/test/msan/Linux/forkpty.cc
Modified: compiler-rt/trunk/test/msan/Linux/forkpty.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/Linux/forkpty.cc?rev=245417&r1=245416&r2=245417&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/Linux/forkpty.cc (original)
+++ compiler-rt/trunk/test/msan/Linux/forkpty.cc Wed Aug 19 01:10:57 2015
@@ -1,5 +1,4 @@
// RUN: %clangxx_msan -O0 -g %s -lutil -o %t && %run %t
-// RUN: %clangxx_msan -O0 -g %s -Wl,-as-needed -lutil -o %t && %run %t
#include <assert.h>
#include <pty.h>
More information about the llvm-commits
mailing list