Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Differential
D128544
Diff 442450
llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp
Changeset View
There's no explicit test that the lambdas are executed, but I think the use of this promise/future pair in the innermost lambda is sufficient -- the test will block unless all lambdas are run. That's probably worth a comment to point out though.