[PATCH] D57800: [WebAssembly] LTO: Set POSIX thread model when linking with -shared-memoey
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 7 14:33:37 PST 2019
aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.
I don't think we can remove the threadmodel thing from the backend in near future (because atomics is a subtarget feature), so I suggest landing this because without this LTO wouldn't work.
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