brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · ea36ae3 Raw
19 lines · plain
1; RUN: llc %s -filetype=obj -o - | llvm-objdump --macho --private-headers - | FileCheck %s2; RUN: llc %s -filetype=asm -o - | FileCheck --check-prefix=ASM %s3 4target triple = "x86_64-apple-driverkit19.0.0"5 6define void @foo() {7entry:8  ret void9}10 11; CHECK:            cmd LC_BUILD_VERSION12; CHECK-NEXT:   cmdsize 2413; CHECK-NEXT:  platform driverkit14; CHECK-NEXT:       sdk n/a15; CHECK-NEXT:     minos 19.016; CHECK-NEXT:    ntools 017 18; ASM: .build_version driverkit, 19, 019