1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/MC/MachO/build-version-maccatalyst.s
Alex Lorenz 63721a457e [macCatalyst] Use macCatalyst pretty name in .build_version darwin
assembly command

'macCatalyst' is more readable than 'maccatalyst'. I renamed the objdump output,
but the assembly should match it as well.

llvm-svn: 365964
2019-07-12 22:06:08 +00:00

5 lines
136 B
ArmAsm

// RUN: llvm-mc -triple x86_64-apple-ios %s | FileCheck %s
.build_version macCatalyst,13,0
// CHECK: .build_version macCatalyst, 13, 0