Skip to content

Fixing up IRGenModule to handle changes in CodeGenOptions. #26263

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
merged 1 commit into from
Jul 22, 2019

Conversation

plotfi
Copy link
Contributor

@plotfi plotfi commented Jul 22, 2019

DisableFPElim was removed from CGO in https://reviews.llvm.org/D56353
This change fixes the build for master-next.

@compnerd
Copy link
Member

Also, please don't reference the differential, but rather than the SVN revision in the commit message.

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to clang-format this, but LGTM.

DisableFPElim was removed from CGO in cfe r366645. This change fixes the build
for master-next.
@JDevlieghere JDevlieghere merged commit 255c7f5 into swiftlang:master-next Jul 22, 2019
plotfi added a commit to plotfi/swift that referenced this pull request Jul 29, 2019
Changes I made to swift (PR swiftlang#26263) for llvm cfe r366645 have caused
these tests to fail because the string attributes have changes. This
patch fixes them to use the new frame pointer elision attributes.
beccadax pushed a commit that referenced this pull request Aug 21, 2019
Changes I made to swift (PR #26263) for llvm cfe r366645 have caused
these tests to fail because the string attributes have changes. This
patch fixes them to use the new frame pointer elision attributes.

# Conflicts:
#	test/IRGen/generic_metatypes.swift
beccadax pushed a commit that referenced this pull request Aug 23, 2019
Changes I made to swift (PR #26263) for llvm cfe r366645 have caused
these tests to fail because the string attributes have changes. This
patch fixes them to use the new frame pointer elision attributes.

# Conflicts:
#	test/IRGen/generic_metatypes.swift
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.

3 participants