Skip to content

Conversation

@brad0
Copy link
Contributor

@brad0 brad0 commented Oct 30, 2025

No description provided.

@llvmbot llvmbot added the openmp:libomp OpenMP host runtime label Oct 30, 2025
@brad0 brad0 requested review from mstorsjo and shiltian October 30, 2025 02:46
Copy link
Member

@mstorsjo mstorsjo left a comment

Choose a reason for hiding this comment

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

LGTM


#if !(KMP_ARCH_X86 || KMP_ARCH_X86_64 || KMP_MIC || \
((KMP_OS_LINUX || KMP_OS_DARWIN) && KMP_ARCH_AARCH64) || \
#if !(KMP_ARCH_X86 || KMP_ARCH_X86_64 || KMP_MIC || KMP_ARCH_AARCH64 || \
Copy link
Member

Choose a reason for hiding this comment

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

I was a bit worried about this change, as it didn't have any KMP_OS_WINDOWS in it - but this file (labelled Linux) isn't compiled in Windows builds - contrary to z_Linux_asm.S which is used for Windows as well these days...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The last part is confusing and I had submitted another PR wanting to rename this file to something more agnostic.

@brad0 brad0 merged commit 8754e0a into llvm:main Oct 31, 2025
12 checks passed
DEBADRIBASAK pushed a commit to DEBADRIBASAK/llvm-project that referenced this pull request Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

openmp:libomp OpenMP host runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants