diff options
| author | Jim Ingham <jingham@apple.com> | 2017-11-30 00:23:42 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2017-11-30 00:23:42 +0000 |
| commit | a5d07a79e4f4e28e0b0a09f1ad009c5053836cfc (patch) | |
| tree | a3d0c517ab769601cc70dc24f6c25e0c9796873d | |
| parent | 1a5b10d5b415dca17c666dbf9c02b5d3238d085a (diff) | |
| download | bcm5719-llvm-a5d07a79e4f4e28e0b0a09f1ad009c5053836cfc.tar.gz bcm5719-llvm-a5d07a79e4f4e28e0b0a09f1ad009c5053836cfc.zip | |
Fix the gtest target for the move of ArchSpecTest.cpp from Core to Utility.
<rdar://problem/35562389>
llvm-svn: 319389
| -rw-r--r-- | lldb/lldb.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index d2bd30cf240..d69ef328012 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -3426,6 +3426,7 @@ 2321F9421BDD343A00BA9A93 /* Utility */ = { isa = PBXGroup; children = ( + 23E2E5161D903689006F38BB /* ArchSpecTest.cpp */, 9A3D43C81F3150D200EB767C /* ConstStringTest.cpp */, 9A3D43C71F3150D200EB767C /* LogTest.cpp */, 9A3D43CB1F3150D200EB767C /* NameMatchesTest.cpp */, @@ -3586,7 +3587,6 @@ 9A3D43E31F3237D500EB767C /* ListenerTest.cpp */, 9A3D43E21F3237D500EB767C /* StateTest.cpp */, 9A3D43E11F3237D500EB767C /* StreamCallbackTest.cpp */, - 23E2E5161D903689006F38BB /* ArchSpecTest.cpp */, 23CB14E71D66CC0E00EDDDE1 /* CMakeLists.txt */, 23CB14E61D66CC0E00EDDDE1 /* BroadcasterTest.cpp */, 23CB14E81D66CC0E00EDDDE1 /* DataExtractorTest.cpp */, |

