diff options
author | Lang Hames <lhames@gmail.com> | 2025-07-03 22:04:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 22:04:41 +1000 |
commit | 2638fa1be63c33407b779e959027e6dbeec6cb4f (patch) | |
tree | 3ff77a96bf506342b8952840d197fc1ff0f9ae16 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 2532bde0388980ac7e299b02bc554e6fde6c686e (diff) | |
download | llvm-2638fa1be63c33407b779e959027e6dbeec6cb4f.zip llvm-2638fa1be63c33407b779e959027e6dbeec6cb4f.tar.gz llvm-2638fa1be63c33407b779e959027e6dbeec6cb4f.tar.bz2 |
[ORC] Add cloneToContext: Clone Module to a given ThreadSafeContext (#146852)
This is a generalization of the existing cloneToNewContext operation:
rather than cloning the given module into a new ThreadSafeContext it
clones it into any given ThreadSafeContext. The given ThreadSafeContext
is locked to ensure that the cloning operation is safe.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions