[PATCH] New SystemZ backend: LLVM code changes

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Apr 26 06:45:09 PDT 2013


> Ah, OK, thanks for the explanation.  How does this version look?

Much better, but you can cleanup the .s -> .o tests a bit, no? Now
that it is a .s test you probably don't need all the branching and
function calling. In fact,you probably just need the .cfi_ directives,
no? All that will change in the .eh_frame section are the addresses.

We really have to implement a .eh_frame parser in llvm-objdump, but
for now checking the contents of .eh_frame is the best you can do :-(

> Richard
>

Thanks,
Rafael



More information about the llvm-commits mailing list