diff options
author | Nilanjana Basu <nilanjana.basu87@gmail.com> | 2019-07-01 20:27:37 +0000 |
---|---|---|
committer | Nilanjana Basu <nilanjana.basu87@gmail.com> | 2019-07-01 20:27:37 +0000 |
commit | 8b7a0baa20cac2ce9273a0a14cc251595676ced6 (patch) | |
tree | 5fe1aaa04f1e5074e03af457b336a373d13a70f0 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | d1523f7a8c2247adfee559b127206a40ce4b2591 (diff) | |
download | bcm5719-llvm-8b7a0baa20cac2ce9273a0a14cc251595676ced6.tar.gz bcm5719-llvm-8b7a0baa20cac2ce9273a0a14cc251595676ced6.zip |
Testing commit access through minor formatting change
llvm-svn: 364843
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp index 1590e29b744..9f8ed86b50e 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 |