summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Host/SocketTest.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-14 23:39:28 +0000
committerZachary Turner <zturner@google.com>2015-03-14 23:39:28 +0000
commiteeba1a896a6f038557e3a643413a9d3be1634dee (patch)
tree55eacebd6a105837544cbad7e634095823ba9fc0 /lldb/unittests/Host/SocketTest.cpp
parentece7475951eadbcbe3ebebdeedff9b9bdd3f6bd6 (diff)
downloadbcm5719-llvm-eeba1a896a6f038557e3a643413a9d3be1634dee.tar.gz
bcm5719-llvm-eeba1a896a6f038557e3a643413a9d3be1634dee.zip
[CMake] Make the unittests link against everything...
Sigh. There's really not a good alternative until we decouple python from lldb better. The only way the build works right now is by having every executable link against every LLDB library. This causes implicit transitive link dependencies on the union of everything that LLDB brings in. Which means that if all we want is one header file from interpreter, we have to bring in everything, including everything that everything depends on, which means python. There's outstanding efforts to address this, but it's not yet complete. So until then, this is all we can do. llvm-svn: 232287
Diffstat (limited to 'lldb/unittests/Host/SocketTest.cpp')
-rw-r--r--lldb/unittests/Host/SocketTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/unittests/Host/SocketTest.cpp b/lldb/unittests/Host/SocketTest.cpp
index 26bef353209..a9e14c31c6f 100644
--- a/lldb/unittests/Host/SocketTest.cpp
+++ b/lldb/unittests/Host/SocketTest.cpp
@@ -140,6 +140,3 @@ TEST_F (SocketTest, GetAddress)
EXPECT_STREQ ("127.0.0.1", socket_a_up->GetRemoteIPAddress ().c_str ());
EXPECT_STREQ ("127.0.0.1", socket_b_up->GetRemoteIPAddress ().c_str ());
}
-
-
-
OpenPOWER on IntegriCloud