File tree 3 files changed +1
-7
lines changed 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _start:
17
17
# CHECK - NEXT: Class: 64 - bit ( 0x2 )
18
18
# CHECK - NEXT: DataEncoding: BigEndian ( 0x2 )
19
19
# CHECK - NEXT: FileVersion: 1
20
- # CHECK - NEXT: OS/ABI: OpenBSD ( 0x0 )
20
+ # CHECK - NEXT: OS/ABI: SystemV ( 0x0 )
21
21
# CHECK - NEXT: ABIVersion: 0
22
22
# CHECK - NEXT: Unused: ( 00 00 00 00 00 00 00 )
23
23
# CHECK - NEXT: }
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ class MCELFObjectTargetWriter : public MCObjectTargetWriter {
78
78
return ELF::ELFOSABI_FREEBSD;
79
79
case Triple::Solaris:
80
80
return ELF::ELFOSABI_SOLARIS;
81
- case Triple::OpenBSD:
82
- return ELF::ELFOSABI_OPENBSD;
83
81
default :
84
82
return ELF::ELFOSABI_NONE;
85
83
}
Original file line number Diff line number Diff line change 10
10
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s | llvm-readobj -h - | \
11
11
# RUN: FileCheck %s --check-prefix=FREEBSD
12
12
# 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