Skip to content

Fixed handling of the AMD64 processor architecture on Windows #364

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
Jun 19, 2018
Merged

Fixed handling of the AMD64 processor architecture on Windows #364

merged 1 commit into from
Jun 19, 2018

Conversation

dplanitzer
Copy link

Invoking cmake on a system where MSVC (2017) sets the PROCESSOR_ARCHITECTURE environment variable to AMD64 would previously fail with this error:

CMake Error at cmake/modules/DispatchWindowsSupport.cmake:12 (message): do not know MSVC spelling for ARCH: AMD64 Call Stack (most recent call first): CMakeLists.txt:331 (dispatch_windows_arch_spelling)

We now treat AMD64 like x86_64.

@dplanitzer
Copy link
Author

cc @MadCoder @compnerd

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.

Yeah, I ran into this too

@compnerd
Copy link
Member

@swift-ci please test

@MadCoder MadCoder merged commit 65ebc0c into swiftlang:master Jun 19, 2018
@dplanitzer dplanitzer deleted the windows_arch_amd64_fix branch June 27, 2018 21:47
ktopley-apple pushed a commit that referenced this pull request Dec 6, 2018
Fixed handling of the AMD64 processor architecture on Windows

Signed-off-by: Kim Topley <[email protected]>
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