[all-commits] [llvm/llvm-project] 1e85e5: [clang][WebAssembly] Always have `-pthread` imply ...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Feb 24 13:09:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e85e5abb327317777cfe0d5d97d6dc211dbc1e3
https://github.com/llvm/llvm-project/commit/1e85e5abb327317777cfe0d5d97d6dc211dbc1e3
Author: Sam Clegg <sbc at chromium.org>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/test/Driver/wasm-toolchain.c
Log Message:
-----------
[clang][WebAssembly] Always have `-pthread` imply `--shared-memory` linker flag (#127939)
Unlike `-lpthread` this flag should not be suppressed by `-nostdlib`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list