mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Break a line that's over 80cols into two.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0712283e43
commit
dc5feab7fd
@ -57,7 +57,8 @@ int main(int argc, char **argv) {
|
||||
std::string ErrorMessage;
|
||||
|
||||
if (WriteMode == c) {
|
||||
std::cerr << "ERROR: llvm-dis no longer contains the C backend. Use 'llc -march=c' instead!\n";
|
||||
std::cerr << "ERROR: llvm-dis no longer contains the C backend. "
|
||||
<< "Use 'llc -march=c' instead!\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user