forked from OSchip/llvm-project
[MC] The PS4's ELF OSABI value is the same as FreeBSD.
llvm-svn: 227091
This commit is contained in:
parent
93460674df
commit
89814b4762
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue