diff options
| author | Jason Molenda <jmolenda@apple.com> | 2018-02-03 00:37:46 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2018-02-03 00:37:46 +0000 |
| commit | 35eb6c856a8f18f238fbad2752f7cc85049d6e95 (patch) | |
| tree | 65dcf3f88998d1e06ec8f8fd549e1e842f99dfd9 /lldb/tools/debugserver/debugserver.xcodeproj | |
| parent | f0d433d0c6da4b48ae2d70ee30c910bef630c69f (diff) | |
| download | bcm5719-llvm-35eb6c856a8f18f238fbad2752f7cc85049d6e95.tar.gz bcm5719-llvm-35eb6c856a8f18f238fbad2752f7cc85049d6e95.zip | |
Turn off the deprecated ALWAYS_SEARCH_USER_PATHS feature
in debugserver. This is already set this way in the lldb
project files but not in debugserver. Updating for
consistency.
llvm-svn: 324158
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj')
| -rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj index 38db61595f0..d7382c348fc 100644 --- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj @@ -687,6 +687,7 @@ 1DEB914F08733D8E0010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = ( arm64, armv7, @@ -731,6 +732,7 @@ 1DEB915008733D8E0010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = ( armv7, armv7s, @@ -775,6 +777,7 @@ 262419A11198A93E00067686 /* BuildAndIntegration */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = arm64; "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD_64_BIT)"; CLANG_WARN_BOOL_CONVERSION = YES; @@ -1436,6 +1439,7 @@ 4968B7A916657FAE00741ABB /* DebugClang */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = ( arm64, armv7, @@ -1581,6 +1585,7 @@ 940AD5251B1FE3B10051E88F /* DebugPresubmission */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = ( arm64, armv7, @@ -1810,6 +1815,7 @@ 94D72C871ADF10AA00A3F718 /* CustomSwift-Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = ( arm64, armv7, @@ -1946,6 +1952,7 @@ 94D72C891ADF10B000A3F718 /* CustomSwift-Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; "ARCHS[sdk=iphoneos*]" = ( armv7, armv7s, |

