mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Convert llvmc tests to FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2169,7 +2169,7 @@ void EmitToolClassDefinition (const ToolDescription& D,
|
||||
else
|
||||
O << "Tool";
|
||||
|
||||
O << "{\nprivate:\n";
|
||||
O << " {\nprivate:\n";
|
||||
O.indent(Indent1) << "static const char* InputLanguages_[];\n\n";
|
||||
|
||||
O << "public:\n";
|
||||
|
||||
Reference in New Issue
Block a user