[DebugInfo] Ignore noescape bit for all @convention(c) pointers#42478
Merged
jckarter merged 2 commits intoswiftlang:mainfrom Apr 20, 2022
Merged
[DebugInfo] Ignore noescape bit for all @convention(c) pointers#42478jckarter merged 2 commits intoswiftlang:mainfrom
jckarter merged 2 commits intoswiftlang:mainfrom
Conversation
Contributor
Author
Member
|
@swift-ci please test |
aschwaighofer
pushed a commit
to aschwaighofer/swift
that referenced
this pull request
May 13, 2022
[DebugInfo] Ignore noescape bit for all @convention(c) pointers Cherry-pick from swiftlang#42478 rdar://93175432
aschwaighofer
added a commit
that referenced
this pull request
May 14, 2022
…t_for_thin_functions_5.7 [5.7] Cherry-pick pull request #42478 [DebugInfo] Ignore noescape bit for all @convention(c) pointers
finagolfin
added a commit
to finagolfin/swift
that referenced
this pull request
Jun 9, 2022
- swiftlang#58975 switched many tests from XFAIL on linux to linux-gnu, so seven fail on the Android CI and two natively. They are now explicitly excluded. - swiftlang#39605 added several C++ Interop tests, 11 of which fail on the Android CI, so disable them for now. - swiftlang#42478 removed the @NoEscape attribute for the non-Android SIL/clang-function-types tests, so I remove it for Android too. - My pull swiftlang#40779 moved the Swift pointer tags to the second byte, so SILOptimizer/concat_string_literals.64 will need to be updated for that, disabled it for now. - Compiler-rt moved the directory in which it places those libraries for Android, llvm/llvm-project@a68ccba, so lit.cfg is updated for that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reapplies #42189 with additional windows-only fix