[PATCH] D72828: [DWARF5] Added support for emission of debug_macro section.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 04:50:11 PDT 2020


SouraVX marked 2 inline comments as done.
SouraVX added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/debug-macro-v5.ll:5
+; RUN: %llc_dwarf -dwarf-version=5 -O0 -filetype=obj < %s \
+;   | llvm-dwarfdump -v - | FileCheck %s
+
----------------
ikudrin wrote:
> The test fails because this line lacks the `RUN:` prefix.
Sorry, somehow the presence of line continuation(Previously inserted since the `RUN` line was long) was causing this test to be UnResolved.
```
Test has unterminated run lines (with '\')
Unresolved Tests (1):
    LLVM :: DebugInfo/X86/debug-macro-v5.ll
```
Anyways removed the line continuation, Now this is passing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72828/new/

https://reviews.llvm.org/D72828





More information about the llvm-commits mailing list