mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
5 lines
255 B
LLVM
5 lines
255 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
|