[PATCH] D83361: [LLVM] Add libatomic load/store functions to TargetLibraryInfo
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 04:18:10 PDT 2020
rovka added a comment.
Hi again,
I'm sorry, but I don't know much about WebAssembly.
I would suggest taking the opposite approach: mark as unavailable in general, and as available only on platforms where you know for sure they exist - based on the docs you linked, that's probably anything that has C++11 support.
Maybe someone else with more experience in this area can chime in.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83361/new/
https://reviews.llvm.org/D83361
More information about the llvm-commits
mailing list