diff options
author | Lang Hames <lhames@gmail.com> | 2022-06-13 17:14:23 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2022-06-13 17:20:07 -0700 |
commit | 14b7c108a2bf46541efc3a5c9cbd589b3afc18e6 (patch) | |
tree | 12be29d84669fd996b956ccc28d23ab420ab2193 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 145cc9db2b442fc0533e275b92943a9894e33337 (diff) | |
download | llvm-14b7c108a2bf46541efc3a5c9cbd589b3afc18e6.zip llvm-14b7c108a2bf46541efc3a5c9cbd589b3afc18e6.tar.gz llvm-14b7c108a2bf46541efc3a5c9cbd589b3afc18e6.tar.bz2 |
[C-API][ORC] Add C API to suspend lookups during definition generation.
Slow definition generators may suspend lookups to temporarily release the
session lock, allowing unrelated lookups to proceed.
Using this functionality is discouraged: it is best to make definition
generation fast, rather than suspending the lookup. As a last resort where
this is not possible, suspension may be used.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions