Testing commit access through minor formatting change
authorNilanjana Basu <nilanjana.basu87@gmail.com>
Mon, 1 Jul 2019 20:27:37 +0000 (20:27 +0000)
committerNilanjana Basu <nilanjana.basu87@gmail.com>
Mon, 1 Jul 2019 20:27:37 +0000 (20:27 +0000)
llvm-svn: 364843

llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

index 1590e29..9f8ed86 100644 (file)
@@ -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