diff options
author | SahilPatidar <patidarsahil2001@gmail.com> | 2025-10-07 11:52:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-07 11:52:53 +0530 |
commit | e05d80ec7b8b7a2f7743780cb343ca55e993aed2 (patch) | |
tree | aac799a31ce1215d51ba6c6d7001f29adc2a47de /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | bb09cc41cf981001c178d956174f59e6bd324a2d (diff) | |
download | llvm-e05d80ec7b8b7a2f7743780cb343ca55e993aed2.zip llvm-e05d80ec7b8b7a2f7743780cb343ca55e993aed2.tar.gz llvm-e05d80ec7b8b7a2f7743780cb343ca55e993aed2.tar.bz2 |
[ORC] Add Executor Resolver Utility (#143654)
This patch adds the new **executor-side resolver API** as suggested by
@lhames. It introduces a `DylibSymbolResolver` that helps resolve
symbols for each loaded dylib.
Previously, we returned a `DylibHandle` to the controller. Now, we wrap
the native handle inside `DylibSymbolResolver` and return a
`ResolverHandle` instead. This makes the code cleaner and separates the
symbol resolution logic from raw handle management.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions