Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Supports to build PAL tests under x86/Linux#8292

Merged
janvorli merged 1 commit into
dotnet:masterfrom
parjong:fix/x86_paltest_configure
Nov 24, 2016
Merged

Supports to build PAL tests under x86/Linux#8292
janvorli merged 1 commit into
dotnet:masterfrom
parjong:fix/x86_paltest_configure

Conversation

@parjong
Copy link
Copy Markdown

@parjong parjong commented Nov 24, 2016

No description provided.

@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 24, 2016

CC @seanshpark

@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 24, 2016

@dotnet-bot test Windows_NT x64 Debug Build and Test please

add_definitions(-D_WIN64=1)
else()
message(FATAL_ERROR "Only ARM, ARM64 and AMD64 is supported")
message(FATAL_ERROR "Only ARM, ARM64, I386, and AMD64 is supported")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I'm curious what we should call this, I386 or X86.

Copy link
Copy Markdown
Author

@parjong parjong Nov 24, 2016

Choose a reason for hiding this comment

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

I'm also confused. x86 and x64 are used in build.sh, but I386 and AMD64 are used in CMakeLists.txt.

Here I followed the convention in CMakeLists.txt.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We already use CLR_CMAKE_TARGET_ARCH_I386 in the CMakeLists.txt, so this matches the change.

@RussKeldorph
Copy link
Copy Markdown

Please ignore the x86 compatjit and x86 legacy_backend jobs if they fail. They have been removed from future PRs.

Copy link
Copy Markdown
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@janvorli janvorli merged commit 3e60aad into dotnet:master Nov 24, 2016
@parjong parjong deleted the fix/x86_paltest_configure branch November 29, 2016 04:27
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants