[llvm] [CodeGen][Mips] Explicit ELF output file format for MIPS tests (PR #114678)

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 17:52:18 PST 2024


yingopq wrote:

> LLVM doesn't expect that the behavior of same command has different behaviors on different platforms.
> 
> Aka, you should always use something like `--triple=mips-coff` if you need the object to be a COFF.

Thanks, I got it.

https://github.com/llvm/llvm-project/pull/114678


More information about the llvm-commits mailing list