[PATCH] D57800: [WebAssembly] LTO: Set POSIX thread model when linking with -shared-memoey
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 11:07:48 PST 2019
dschuff added a comment.
I think we should change the logic in the backend to use the atomics target feature rather than the thread model to determine whether to run the LowerAtomics pass. Then this won't be necessary since the functions will have the appropriate attribute.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57800/new/
https://reviews.llvm.org/D57800
More information about the llvm-commits
mailing list