mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Add an extra newline to separate PP directives from the contents
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c97ed7d07
commit
e7e891f6af
@ -34,7 +34,7 @@ void ClangDiagsDefsEmitter::run(raw_ostream &OS) {
|
||||
OS << "__" << ComponentName << "START = DIAG_START_" << ComponentName
|
||||
<< ",\n";
|
||||
OS << "#undef " << ComponentName << "START\n";
|
||||
OS << "#endif\n";
|
||||
OS << "#endif\n\n";
|
||||
}
|
||||
|
||||
const std::vector<Record*> &Diags =
|
||||
|
Loading…
Reference in New Issue
Block a user