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

CMake: Add jit exports on aix #8877

Merged
merged 1 commit into from Mar 18, 2020

Conversation

dnakamura
Copy link
Contributor

Signed-off-by: Devin Nakamura devinn@ca.ibm.com

Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
@@ -385,6 +385,9 @@ if(OMR_OS_LINUX)
target_link_libraries(j9jit PRIVATE m)
elseif(OMR_OS_WINDOWS)
target_sources(j9jit PRIVATE build/scripts/j9jit.def)
elseif(OMR_OS_AIX)
set_property(TARGET j9jit APPEND_STRING PROPERTY
LINK_FLAGS " -Wl,-bE:${CMAKE_CURRENT_SOURCE_DIR}/build/scripts/j9jit.aix.exp")
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

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

lgtm

@DanHeidinga
Copy link
Member

Jenkins test sanity plinuxcm jdk11

@DanHeidinga
Copy link
Member

building linux p cmake as we don't have aix cmake builds yet

@DanHeidinga DanHeidinga self-assigned this Mar 17, 2020
@DanHeidinga DanHeidinga merged commit 9336f33 into eclipse-openj9:master Mar 18, 2020
@dnakamura dnakamura deleted the aix_jit_exports branch April 7, 2020 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants