diff options
author | Eugene Zhulenev <ezhulenev@google.com> | 2020-12-01 00:44:32 -0800 |
---|---|---|
committer | Eugene Zhulenev <ezhulenev@google.com> | 2020-12-01 01:12:16 -0800 |
commit | 9edcedf7f222ce7c893d1e3bf19b3a7a1f0f2218 (patch) | |
tree | 8bef5e435d15bfbcff64a7852fba560bd1bc946b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2b84efa00040410d97aff403788ee5d96b1046e2 (diff) | |
download | llvm-9edcedf7f222ce7c893d1e3bf19b3a7a1f0f2218.zip llvm-9edcedf7f222ce7c893d1e3bf19b3a7a1f0f2218.tar.gz llvm-9edcedf7f222ce7c893d1e3bf19b3a7a1f0f2218.tar.bz2 |
[mlir] AsyncRuntime: disable threading until test flakiness is fixed
ExecutionEngine/LLJIT do not run globals destructors in loaded dynamic libraries when destroyed, and threads managed by ThreadPool can race with program termination, and it leads to segfaults.
TODO: Re-enable threading after fixing a problem with destructors, or removing static globals from dynamic library.
Differential Revision: https://reviews.llvm.org/D92368
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions