[PATCH] Support DWARF discriminators in object streamer.

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Feb 13 16:24:26 PST 2014



================
Comment at: test/MC/ELF/discriminator.s:2
@@ +1,3 @@
+# RUN: llvm-mc -g -triple i386-unknown-unknown %s -filetype=obj -o - | llvm-readobj -r | FileCheck %s
+# RUN: llvm-mc -g -triple i386-unknown-unknown %s -filetype=obj -o - | llvm-dwarfdump -debug-dump=line - | FileCheck %s -check-prefix=DWARF-DUMP
+
----------------
I don't think -g is what you want in here. That will produce debug info for the assembly file.



http://llvm-reviews.chandlerc.com/D2794



More information about the llvm-commits mailing list