[PATCH] D35518: [COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFF

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 16:36:32 PDT 2017


ruiu added inline comments.


================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:307-308
                                      CodeViewLineTablesGroupDescription));
     }
-    if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) {
+    else if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) {
       DD = new DwarfDebug(this, &M);
----------------
Please fix style.


Repository:
  rL LLVM

https://reviews.llvm.org/D35518





More information about the llvm-commits mailing list