diff options
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h index 4d7cc36d066..9b339524162 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h @@ -370,7 +370,7 @@ protected: void writeBytesUnaligned(uint64_t Value, uint8_t *Dst, unsigned Size) const; /// Generate JITSymbolFlags from a libObject symbol. - virtual JITSymbolFlags getJITSymbolFlags(const BasicSymbolRef &Sym); + virtual Expected<JITSymbolFlags> getJITSymbolFlags(const SymbolRef &Sym); /// Modify the given target address based on the given symbol flags. /// This can be used by subclasses to tweak addresses based on symbol flags, |