[LLVMdev] Adding line table debug information to LLVM on Windows

Anton Korobeynikov anton at korobeynikov.info
Wed Nov 20 10:14:19 PST 2013


> On the second thought, "llc" seems to choose ELF vs COFF by using a triple.
> I think we should make the DWARF vs CodeView choice in sync with the
> object file format choice, at least to begin with.
> WDYT?
On Windows it's perfectly fine to have DWARF encoded into COFF
objects. E.g. in case of mingw32/-w64 triple.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list