mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
fit in 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -182,7 +182,8 @@ public:
|
|||||||
/// otherwise. Note: initializeExecutionEnvironment should be called BEFORE
|
/// otherwise. Note: initializeExecutionEnvironment should be called BEFORE
|
||||||
/// this function.
|
/// this function.
|
||||||
///
|
///
|
||||||
bool createReferenceFile(Module *M, const std::string &Filename = "bugpoint.reference.out");
|
bool createReferenceFile(Module *M, const std::string &Filename
|
||||||
|
= "bugpoint.reference.out");
|
||||||
|
|
||||||
/// diffProgram - This method executes the specified module and diffs the
|
/// diffProgram - This method executes the specified module and diffs the
|
||||||
/// output against the file specified by ReferenceOutputFile. If the output
|
/// output against the file specified by ReferenceOutputFile. If the output
|
||||||
|
Reference in New Issue
Block a user