mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Fix typo in comment ldopen() -> dlopen().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -40,7 +40,7 @@ LLVMDisasmContextRef LLVMCreateDisasm(const char *TripleName, void *DisInfo,
|
|||||||
// FIXME: Clients are responsible for initializing the targets. And this
|
// FIXME: Clients are responsible for initializing the targets. And this
|
||||||
// would be done by calling routines in "llvm-c/Target.h" which are static
|
// would be done by calling routines in "llvm-c/Target.h" which are static
|
||||||
// line functions. But the current use of LLVMCreateDisasm() is to dynamically
|
// line functions. But the current use of LLVMCreateDisasm() is to dynamically
|
||||||
// load libLTO with ldopen() and then lookup the symbols using dlsym().
|
// load libLTO with dlopen() and then lookup the symbols using dlsym().
|
||||||
// And since these initialize routines are static that does not work which
|
// And since these initialize routines are static that does not work which
|
||||||
// is why the call to them in this 'C' library API was added back.
|
// is why the call to them in this 'C' library API was added back.
|
||||||
llvm::InitializeAllTargetInfos();
|
llvm::InitializeAllTargetInfos();
|
||||||
|
Reference in New Issue
Block a user