Skip to content

Commit 2818df3

Browse files
authored
[lldb] Remove UtilityTests->Target dep (#127060)
It's completely unnecessary right now, but having it present means that some real unwanted dependencies could sneak in. (This also makes building the test binary much faster.)
1 parent 4ac68ba commit 2818df3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lldb/unittests/Utility/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ add_lldb_unittest(UtilityTests
5252
XcodeSDKTest.cpp
5353

5454
LINK_LIBS
55-
lldbTarget
5655
lldbUtility
5756
lldbUtilityHelpers
5857
LLVMTestingSupport

lldb/unittests/Utility/ProcessInstanceInfoTest.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "lldb/Target/Process.h"
9+
#include "lldb/Utility/ArchSpec.h"
10+
#include "lldb/Utility/ProcessInfo.h"
11+
#include "lldb/Utility/StreamString.h"
12+
#include "lldb/Utility/UserIDResolver.h"
13+
#include "llvm/ADT/Twine.h"
1014
#include "gtest/gtest.h"
1115
#include <optional>
1216

0 commit comments

Comments
 (0)