Currently users need to set call using namespace llvm;, with this change it's no longer needed.
This patch is required for systems defining LLVM_THREADING_USE_STD_CALL_ONCE.
Sponsored by <The NetBSD Foundation>
Differential D29552
Make llvm::call_once more convenient to reuse out of LLVM krytarowski on Feb 4 2017, 3:39 PM. Authored by
Details
Currently users need to set call using namespace llvm;, with this change it's no longer needed. This patch is required for systems defining LLVM_THREADING_USE_STD_CALL_ONCE. Sponsored by <The NetBSD Foundation>
Diff Detail
Event Timeline |