Skip to content

Fix the dsymutil heuristic for excluding system interfaces. (#93745) #8820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

adrian-prantl
Copy link

The function was meant to find the Developer/ dir, but it found a Developer directory nested deep inside the top-level Developer dir.

The new implementation rejects everything in Xcode.app/Developer in broad strokes.

rdar://128571037
(cherry picked from commit f8cc183)

Conflicts:
llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp

The function was meant to find the Developer/ dir, but it found a
Developer directory nested deep inside the top-level Developer dir.

The new implementation rejects everything in Xcode.app/Developer in
broad strokes.

rdar://128571037
(cherry picked from commit f8cc183)

 Conflicts:
	llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
	llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl
Copy link
Author

@swift-ci test llvm

and reject them when copying Swift interface files, since they can live
outside of DEVELOPER_DIR.

(cherry picked from commit 22ada55)
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl
Copy link
Author

@swift-ci test llvm

@adrian-prantl
Copy link
Author

@swift-ci test windows

@adrian-prantl
Copy link
Author

@swift-ci test llvm-project

@adrian-prantl
Copy link
Author

@swift-ci test macos

@adrian-prantl
Copy link
Author

@swift-ci test linux

@adrian-prantl
Copy link
Author

@swift-ci test windows

@adrian-prantl
Copy link
Author

LLVM test failures are unrelated

@adrian-prantl adrian-prantl merged commit de66661 into swiftlang:swift/release/6.0 May 31, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants