mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 03:28:31 +00:00
[RuntimeDyld] Add comment documenting the behavior change in r241383.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241408 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5047893c31
commit
91383a36da
@ -153,6 +153,10 @@ public:
|
|||||||
|
|
||||||
/// This method returns the address of the specified function or variable.
|
/// This method returns the address of the specified function or variable.
|
||||||
/// It is used to resolve symbols during module linking.
|
/// It is used to resolve symbols during module linking.
|
||||||
|
///
|
||||||
|
/// If the returned symbol's address is equal to ~0ULL then RuntimeDyld will
|
||||||
|
/// skip all relocations for that symbol, and the client will be responsible
|
||||||
|
/// for handling them manually.
|
||||||
virtual SymbolInfo findSymbol(const std::string &Name) = 0;
|
virtual SymbolInfo findSymbol(const std::string &Name) = 0;
|
||||||
|
|
||||||
/// This method returns the address of the specified symbol if it exists
|
/// This method returns the address of the specified symbol if it exists
|
||||||
|
Loading…
Reference in New Issue
Block a user