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

Supports to build PAL tests under x86/Linux #8292

Merged
merged 1 commit into from
Nov 24, 2016

Conversation

parjong
Copy link

@parjong parjong commented Nov 24, 2016

No description provided.

@parjong
Copy link
Author

parjong commented Nov 24, 2016

CC @seanshpark

@parjong
Copy link
Author

parjong commented Nov 24, 2016

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

@@ -23,7 +27,7 @@ elseif(PAL_CMAKE_PLATFORM_ARCH_ARM64)
add_definitions(-DBIT64=1)
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")

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

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

Copy link
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