-
Notifications
You must be signed in to change notification settings - Fork 10.5k
IRGen: Simplify logic for locating the legacy type info YAML file #32930
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IRGen: Simplify logic for locating the legacy type info YAML file #32930
Conversation
@swift-ci Please test |
@swift-ci Please test source compatibility |
This will eliminate the unhelpful "Cannot read ‘/usr/lib/swift/layouts-x86_64.yaml’" error message, and actually print the location where the file was supposed to be found.
0b29ab1
to
0b884c8
Compare
Build failed |
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
Build failed |
@swift-ci Please test Linux |
Build failed |
Still seeing a Linux test failure in 'AutoDiff/validation-test/differentiable_protocol_requirements.swift':
|
@swift-ci Please test Linux |
Build failed |
@swift-ci Please test Linux |
Build failed |
@swift-ci Please clean test Linux |
This will eliminate the unhelpful "Cannot read ‘/usr/lib/swift/layouts-x86_64.yaml’"
error message, and actually print the location where the file was supposed to be
found.