Skip to content
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
merged 1 commit into from
Dec 3, 2015

Conversation

filipw
Copy link
Contributor

@filipw filipw commented Dec 3, 2015

A small tweak to improve readme navigation.

@azdavis
Copy link

azdavis commented Dec 3, 2015

👍

1 similar comment
@arelenglish
Copy link

👍

lattner added a commit that referenced this pull request Dec 3, 2015
Added a link to Testing.rst in the readme file
@lattner lattner merged commit 14731ce into swiftlang:master Dec 3, 2015
@lattner
Copy link
Contributor

lattner commented Dec 3, 2015

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
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.

4 participants