mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its
explanatory comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6308 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7594b29c75
commit
dae7f92366
@ -60,7 +60,9 @@ Module *BugDriver::ParseInputFile(const std::string &InputFilename) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// This method takes the specified list of LLVM input files, attempts to load
|
// This method takes the specified list of LLVM input files, attempts to load
|
||||||
// them, either as assembly or bytecode, then link them together.
|
// them, either as assembly or bytecode, then link them together. It returns
|
||||||
|
// true on failure (if, for example, an input bytecode file could not be
|
||||||
|
// parsed), and false on success.
|
||||||
//
|
//
|
||||||
bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
|
bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
|
||||||
assert(Program == 0 && "Cannot call addSources multiple times!");
|
assert(Program == 0 && "Cannot call addSources multiple times!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user