[PATCH] D79530: [lld][WebAssembly] Allow `atomics` feature with unshared memory
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 18:12:27 PDT 2020
sbc100 added a comment.
So this will effect users who accidentally use `-pthread` in their cflags but not their ldflags?
If a user uses `-pthread`on some object files we have a different way to catch that a link time right? (I think that is more the common problem).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79530/new/
https://reviews.llvm.org/D79530
More information about the llvm-commits
mailing list