forked from OSchip/llvm-project
parent
1f5cf85fd4
commit
ea1ff6fe33
|
@ -62,7 +62,7 @@ LLVMTargetRef LLVMGetFirstTarget(void);
|
|||
LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T);
|
||||
|
||||
/*===-- Target ------------------------------------------------------------===*/
|
||||
/** Finds the target corresponding to the given name and stores it in \p T.
|
||||
/** Finds the target corresponding to the given name and stores it in \p T.
|
||||
Returns 0 on success. */
|
||||
LLVMTargetRef LLVMGetTargetFromName(const char *Name);
|
||||
|
||||
|
|
Loading…
Reference in New Issue