[llvm] r364843 - Testing commit access through minor formatting change

Nilanjana Basu via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 13:27:37 PDT 2019


Author: nilanjana_basu
Date: Mon Jul  1 13:27:37 2019
New Revision: 364843

URL: http://llvm.org/viewvc/llvm-project?rev=364843&view=rev
Log:
Testing commit access through minor formatting change

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp?rev=364843&r1=364842&r2=364843&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp Mon Jul  1 13:27:37 2019
@@ -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




More information about the llvm-commits mailing list