[MC] The PS4's ELF OSABI value is the same as FreeBSD.
authorAlex Rosenberg <alexr@leftfield.org>
Mon, 26 Jan 2015 15:42:07 +0000 (15:42 +0000)
committerAlex Rosenberg <alexr@leftfield.org>
Mon, 26 Jan 2015 15:42:07 +0000 (15:42 +0000)
llvm-svn: 227091

llvm/include/llvm/MC/MCELFObjectWriter.h

index 421e7a0..9763635 100644 (file)
@@ -41,6 +41,7 @@ protected:
 public:
   static uint8_t getOSABI(Triple::OSType OSType) {
     switch (OSType) {
+      case Triple::PS4:
       case Triple::FreeBSD:
         return ELF::ELFOSABI_FREEBSD;
       case Triple::Linux: