mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
FileCheck: Fix stray quote in CHECK-LABEL error message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bff3c587f6
commit
6d3aa547a5
@ -768,7 +768,7 @@ static bool ReadCheckFile(SourceMgr &SM,
|
||||
SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart),
|
||||
SourceMgr::DK_Error,
|
||||
"found '"+CheckPrefix+"-LABEL:' with variable definition"
|
||||
" or use'");
|
||||
" or use");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user