[llvm] r248534 - Use ELFOSABI_NONE instead of ELFOSABI_LINUX.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 07:34:15 PDT 2015


> --- llvm/trunk/test/MC/Mips/elf_basic.s (original)
> +++ llvm/trunk/test/MC/Mips/elf_basic.s Thu Sep 24 15:57:24 2015
> @@ -36,6 +36,6 @@
>  // CHECK-LE64:   Ident {
>  // CHECK-LE64:     Class: 64-bit
>  // CHECK-LE64:     DataEncoding: LittleEndian
> -// CHECK-LE64:     OS/ABI: GNU/Linux
> +// CHECK-LE64:     OS/ABI: SystemV
>  // CHECK-LE64:   }
>  // CHECK-LE64: }

Thanks for noticing and fixing this. I'm not sure why we checked for GNU/Linux since it turns out our gcc toolchains emit SystemV.


More information about the llvm-commits mailing list