-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Added a link to Testing.rst in the readme file #16
Merged
Conversation
This file contains 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
👍 |
1 similar comment
👍 |
lattner
added a commit
that referenced
this pull request
Dec 3, 2015
Added a link to Testing.rst in the readme file
Looks great, thanks. |
lorentey
pushed a commit
to lorentey/swift
that referenced
this pull request
Jan 9, 2018
Cherry-pick commits lost with latest rebase
kateinoigakukun
referenced
this pull request
in kateinoigakukun/swift
Nov 15, 2019
`SymbolLookup.swift` was added recently, which broke our builds after rebasing on top of Apple's `master`. Using anything from this file wouldn't make sense on WebAssembly. It looks there are no codepaths that would call it on that platform, but there are still references to it around, so it has to be at least compilable.
lorentey
pushed a commit
that referenced
this pull request
Dec 11, 2019
kateinoigakukun
referenced
this pull request
in kateinoigakukun/swift
Dec 14, 2019
`SymbolLookup.swift` was added recently, which broke our builds after rebasing on top of Apple's `master`. Using anything from this file wouldn't make sense on WebAssembly. It looks there are no codepaths that would call it on that platform, but there are still references to it around, so it has to be at least compilable.
kateinoigakukun
referenced
this pull request
in kateinoigakukun/swift
Jan 11, 2020
`SymbolLookup.swift` was added recently, which broke our builds after rebasing on top of Apple's `master`. Using anything from this file wouldn't make sense on WebAssembly. It looks there are no codepaths that would call it on that platform, but there are still references to it around, so it has to be at least compilable.
kateinoigakukun
referenced
this pull request
in kateinoigakukun/swift
Jan 24, 2020
`SymbolLookup.swift` was added recently, which broke our builds after rebasing on top of Apple's `master`. Using anything from this file wouldn't make sense on WebAssembly. It looks there are no codepaths that would call it on that platform, but there are still references to it around, so it has to be at least compilable.
MaxDesiatov
referenced
this pull request
in MaxDesiatov/swift
May 1, 2020
`SymbolLookup.swift` was added recently, which broke our builds after rebasing on top of Apple's `master`. Using anything from this file wouldn't make sense on WebAssembly. It looks there are no codepaths that would call it on that platform, but there are still references to it around, so it has to be at least compilable.
maldahleh
pushed a commit
to maldahleh/swift
that referenced
this pull request
Oct 26, 2020
[doc] Add a table to map release tags from the compiler to SwiftSyntax.
aschwaighofer
added a commit
to aschwaighofer/swift
that referenced
this pull request
Jun 24, 2021
This is to workaround a bug in llvm's codegen when emitting the callee-pop stack adjustment on a regular return from a swiftasync function (vs. a tail call). Without the workaround we fail to emit the callee-pop stack adjustment leading to a mis-aligned stack on return. ``` pop {r7, pc} add sp, swiftlang#16 ``` Workaround for rdar://79726989
aschwaighofer
added a commit
to aschwaighofer/swift
that referenced
this pull request
Jun 24, 2021
This is to workaround a bug in llvm's codegen when emitting the callee-pop stack adjustment on a regular return from a swiftasync function (vs. a tail call). Without the workaround we fail to emit the callee-pop stack adjustment leading to a mis-aligned stack on return. ``` pop {r7, pc} add sp, swiftlang#16 ``` Workaround for rdar://79726989
This was referenced Jul 31, 2016
This was referenced Oct 4, 2022
This was referenced Dec 12, 2022
DougGregor
pushed a commit
to DougGregor/swift
that referenced
this pull request
Apr 28, 2024
Windows: correct ICU wixproj
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.
A small tweak to improve readme navigation.