[PATCH] [prototype] Adding line table debug information to LLVM on Windows

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Dec 19 13:32:14 PST 2013



================
Comment at: test/DebugInfo/COFF/asm.ll:1
@@ +1,2 @@
+; RUN: llc -mtriple=i686-pc-win32 -filetype=obj -o - -O0 < %s | llvm-readobj -s -sr -codeview-linetables | FileCheck --check-prefix=OBJ32 %s
+; RUN: llc -mtriple=x86_64-pc-win32 -filetype=obj -o - -O0 < %s | llvm-readobj -s -sr -codeview-linetables | FileCheck --check-prefix=OBJ64 %s
----------------
Please check the generated assembly instead of using -filetype=obj.


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



More information about the llvm-commits mailing list