mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Make the comment for LinkFiles a bit more precise and easily understood.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
154113b78c
commit
f04ff4e9ac
@ -36,9 +36,10 @@ bool LinkModules(
|
||||
std::string* ErrorMsg ///< Optional error message string
|
||||
);
|
||||
|
||||
/// This function links the bytecode \p Files into the \p HeadModule. No
|
||||
/// matching of symbols is done. It simply calls loads each module and calls
|
||||
/// LinkModules for each one.
|
||||
/// This function links the bytecode \p Files into the \p HeadModule. Note that
|
||||
/// this does not do any linking of unresolved symbols. The \p Files are all
|
||||
/// completely linked into \p HeadModule regardless of unresolved symbols. This
|
||||
/// function just loads each bytecode file and calls LinkModules on them.
|
||||
/// @returns true if an error occurs, false otherwise
|
||||
bool LinkFiles (
|
||||
const char * progname, ///< Name of the program being linked (for output)
|
||||
|
Loading…
x
Reference in New Issue
Block a user