aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-08-24 17:43:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-08-24 17:43:23 +0000
commit75b4d546cd9d9f62a5a3466e6df5629262aef7b1 (patch)
treeb141eb279efd6e78815df4a94ec3b5e5a8b1bf7f /contrib/llvm-project/llvm/lib/CodeGen
parentd065b3eb9ed6785a19dc7d96fb34a0050747c663 (diff)
parentbdc6feb28f528ee3a365ca97577f7312ffa0dc65 (diff)
downloadsrc-75b4d546cd9d9f62a5a3466e6df5629262aef7b1.tar.gz
src-75b4d546cd9d9f62a5a3466e6df5629262aef7b1.zip
Notes
Diffstat (limited to 'contrib/llvm-project/llvm/lib/CodeGen')
-rw-r--r--contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
index d81a9be26d39..b6a9a9568360 100644
--- a/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
+++ b/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
@@ -241,6 +241,7 @@ void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const {
OutStreamer->emitCFIGnuArgsSize(Inst.getOffset());
break;
case MCCFIInstruction::OpEscape:
+ OutStreamer->AddComment(Inst.getComment());
OutStreamer->emitCFIEscape(Inst.getValues());
break;
case MCCFIInstruction::OpRestore: