File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _start:
1717# CHECK - NEXT: Class: 64 - bit ( 0x2 )
1818# CHECK - NEXT: DataEncoding: BigEndian ( 0x2 )
1919# CHECK - NEXT: FileVersion: 1
20- # CHECK - NEXT: OS/ABI: OpenBSD ( 0x0 )
20+ # CHECK - NEXT: OS/ABI: SystemV ( 0x0 )
2121# CHECK - NEXT: ABIVersion: 0
2222# CHECK - NEXT: Unused: ( 00 00 00 00 00 00 00 )
2323# CHECK - NEXT: }
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ class MCELFObjectTargetWriter : public MCObjectTargetWriter {
7878 return ELF::ELFOSABI_FREEBSD;
7979 case Triple::Solaris:
8080 return ELF::ELFOSABI_SOLARIS;
81- case Triple::OpenBSD:
82- return ELF::ELFOSABI_OPENBSD;
8381 default :
8482 return ELF::ELFOSABI_NONE;
8583 }
Original file line number Diff line number Diff line change 1010# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s | llvm-readobj -h - | \
1111# RUN: FileCheck %s --check-prefix=FREEBSD
1212# FREEBSD: OS/ABI: FreeBSD
13-
14- # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-openbsd %s | llvm-readobj -h - | \
15- # RUN: FileCheck %s --check-prefix=OPENBSD
16- # OPENBSD: OS/ABI: OpenBSD
You can’t perform that action at this time.
0 commit comments