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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Dec 20 09:01:31 PST 2013


On 20 December 2013 11:25, Timur Iskhodzhanov <timurrrr at google.com> wrote:
>   Replace `llc -mtriple=TRIPLE -filetype=obj ...` with `llc -mtriple=TRIPLE ... | llvm-mc -triple=TRIPLE  -filetype=obj`.
>
>   I'm leaving the `... | llvm-readobj ... -codeview-linetables` tests here per Eric's initial request to test using a human-readable format.
>
>   Eric, Rafael,
>   Can you please agree on whether I need `-filetype=obj | llvm-readobj` tests here?

I am fine with passing -filetype=obj to llvm-mc. It is passing it to
llc that I have issues with.

Thanks,
Rafael



More information about the llvm-commits mailing list