From: Nilanjana Basu Date: Mon, 1 Jul 2019 20:27:37 +0000 (+0000) Subject: Testing commit access through minor formatting change X-Git-Tag: llvmorg-10-init~1544 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b7a0baa20cac2ce9273a0a14cc251595676ced6;p=platform%2Fupstream%2Fllvm.git Testing commit access through minor formatting change llvm-svn: 364843 --- diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp index 1590e29..9f8ed86 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp @@ -583,8 +583,9 @@ void CodeViewDebug::endModule() { clear(); } -static void emitNullTerminatedSymbolName(MCStreamer &OS, StringRef S, - unsigned MaxFixedRecordLength = 0xF00) { +static void +emitNullTerminatedSymbolName(MCStreamer &OS, StringRef S, + unsigned MaxFixedRecordLength = 0xF00) { // The maximum CV record length is 0xFF00. Most of the strings we emit appear // after a fixed length portion of the record. The fixed length portion should // always be less than 0xF00 (3840) bytes, so truncate the string so that the