[MC] The PS4's ELF OSABI value is the same as FreeBSD.

llvm-svn: 227091
This commit is contained in:
Alex Rosenberg 2015-01-26 15:42:07 +00:00
parent 93460674df
commit 89814b4762
1 changed files with 1 additions and 0 deletions

View 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: