64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
6 lines
256 B
LLVM
6 lines
256 B
LLVM
; RUN: llc -mtriple=arm64-apple-ios7.0 -o - %s | FileCheck %s --check-prefix=CHECK-MACHO
|
|
; RUN: llc -mtriple=arm64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK-ELF
|
|
|
|
; CHECK-MACHO: .subsections_via_symbols
|
|
; CHECK-ELF-NOT: .subsections_via_symbols
|