Skip to content

[AArch64][FMV] Enable tests for ACLE FMV on Linux. #98

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 2 commits into from
Feb 23, 2024

Conversation

ilinpv
Copy link
Contributor

@ilinpv ilinpv commented Feb 21, 2024

Enabling Linux part of #87

@ilinpv ilinpv requested review from jroelofs and labrinea February 21, 2024 02:37
# TODO: this test is currently only supported on Darwin platforms:
if (TARGET_OS MATCHES "Darwin")
list(APPEND Source acle-fmv-features.c)
endif()
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it get added to Sources automatically for all platforms now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think so looking into

add_subdirectory(AArch64)

But I tested that on aarch64/x86 Linux only

Copy link
Contributor

Choose a reason for hiding this comment

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

ok, seems fine. If we have trouble with non-posix systems (Fuchsia? Windows?) I guess those can be opted out if the buildbots complain.

@ilinpv ilinpv merged commit 376a3a3 into llvm:main Feb 23, 2024
@DavidSpickett
Copy link
Contributor

One of these is failing on our bot: https://lab.llvm.org/buildbot/#/builders/183/builds/19626

It's hard to find the failures in these test suite dumps, so far I only see:

clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'll see if I can find the reason for that.

ilinpv added a commit to ilinpv/llvm-test-suite that referenced this pull request Feb 23, 2024
The patch fixes buildbot failures discovered in
llvm#98 by checking for
compiler-rt availability. Existence of compiler-rt builtin check
was added to find_compiler_rt_library function.
ilinpv added a commit that referenced this pull request Feb 25, 2024
The patch fixes buildbot failures discovered in
#98 by checking for
compiler-rt availability. Existence of compiler-rt builtin check
was added to find_compiler_rt_library function.
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