Daniel Thornburgh
Daniel Thornburgh
Oliver, thanks for the detailed and well-reasoned look at this issue. As you've mentioned, I'd agree we can treat the assembly language and C portions of this somewhat separately. Regarding...
Deprioritizing due to the deprioiritization of llvm-mos/llvm-mos-sdk#72.
Unfortunately, you probably know as much as I do about PIC at this point; I've carefully avoided those parts of LLVM up till now, and I've never had to deal...
At least at present, LLVM doesn't really have any way to invoke the linker as anything other than a separate process. There isn't really any code that could replace the...
Closing as won'tfix; issues created along these lines should be more specific.
This also doesn't select properly for 1025; there we're seeing a G_INTTOPTR of a G_ADD, not a G_PTR_ADD, as there's no GEP. It's unclear whether we should handle this at...
Would you be able to upload the modified source? That would make this a lot easier to reproduce. If not, let me know; there's a way to get clang to...
I still wasn't able to build this, since it doesn't come with the libcx16_c.a file. Can you try building this with `-fcrash-diagnostics=all`? This should produce automatically produce a reproducer directory...
Deprioritizing to P2, pending reproducer.
I've spun off llvm-mos/llvm-mos-sdk#185 for the library option and deprioritized this issue accordingly.