llvm-project
2638fa1b - [ORC] Add cloneToContext: Clone Module to a given ThreadSafeContext (#146852)

Commit
166 days ago
[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.
Author
Parents
Loading