diff options
author | Jim Ingham <jingham@apple.com> | 2017-09-14 20:52:35 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2017-09-14 20:52:35 +0000 |
commit | f65177a41f6688a79c88aaddefcdc484258c2142 (patch) | |
tree | 26fc81aa93e5fa9fd8af5f459e44816519bf9a61 | |
parent | 788e768ffd27c89f43494e319839e2afd8d42f72 (diff) | |
download | bcm5719-llvm-f65177a41f6688a79c88aaddefcdc484258c2142.tar.gz bcm5719-llvm-f65177a41f6688a79c88aaddefcdc484258c2142.zip |
Remove BreakpointName.h from all targets so it doesn't
get included in headermaps or put in a CopyFiles phase.
llvm-svn: 313296
-rw-r--r-- | lldb/lldb.xcodeproj/project.pbxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index 0559ab9672e..e6e30929104 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -726,7 +726,6 @@ 4C56543719D22B32002E9C44 /* SBThreadPlan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C56543619D22B32002E9C44 /* SBThreadPlan.cpp */; }; 4C7D48241F5099A1005314B4 /* SymbolFileDWARFDwp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C7D481C1F509963005314B4 /* SymbolFileDWARFDwp.cpp */; }; 4C7D48251F5099B2005314B4 /* SymbolFileDWARFDwoDwp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C7D481F1F509964005314B4 /* SymbolFileDWARFDwoDwp.cpp */; }; - 4C7D482C1F509CF5005314B4 /* BreakpointName.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4C7D482B1F509CF5005314B4 /* BreakpointName.h */; }; 4C877B391F30EF990068FCFB /* SBProcessInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4987FB201F30EC9900E5C17D /* SBProcessInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4C88BC2A1BA3722B00AA0964 /* Expression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C88BC291BA3722B00AA0964 /* Expression.cpp */; }; 4C88BC2D1BA391B000AA0964 /* UserExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C0083331B9A5DE200D5CF24 /* UserExpression.cpp */; }; @@ -1235,7 +1234,6 @@ files = ( 9A20570F1F3B821A00F6C293 /* test-dwarf.cpp in CopyFiles */, 9A2057101F3B821A00F6C293 /* test-dwarf.exe in CopyFiles */, - 4C7D482C1F509CF5005314B4 /* BreakpointName.h in CopyFiles */, AF90106515AB7D3600FF120D /* lldb.1 in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 1; |