]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/ARM/directive-object_arch-3.s
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / MC / ARM / directive-object_arch-3.s
1 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s | FileCheck %s
2
3         .syntax unified
4
5         .arch armv7
6         .object_arch armv4
7
8 @ CHECK: .text
9 @ CHECK: .arch  armv7
10 @ CHECK: .object_arch   armv4
11