Skip to content

Don't build libopenmp in wasm64 mode - #27692

Merged
dschuff merged 2 commits into
emscripten-core:mainfrom
dschuff:noomp
Sep 9, 2026
Merged

Don't build libopenmp in wasm64 mode#27692
dschuff merged 2 commits into
emscripten-core:mainfrom
dschuff:noomp

Conversation

@dschuff

@dschuff dschuff commented Sep 9, 2026

Copy link
Copy Markdown
Member

The library doesn't support wasm64 and will error out. This causes
./embuilder --wasm64 build SYSTEM
to fail.
See #27221

The library doesn't support wasm64 and will error out. This causes
./embuilder --wasm64 build SYSTEM
to fail.
@dschuff
dschuff requested a review from kripken September 9, 2026 21:57
Comment thread tools/system_libs.py
]

def can_build(self):
return super().can_build() and not settings.MEMORY64

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.

Is there an issue or something we can link to? Or if not, a comment like "is not currently supported" might make sense (assuming it might be supported some day)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Ah good catch, it's #27221

@dschuff
dschuff enabled auto-merge (squash) September 9, 2026 22:12
@dschuff
dschuff merged commit 14a8c99 into emscripten-core:main Sep 9, 2026
42 checks passed
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.

2 participants