mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
63721a457e
assembly command 'macCatalyst' is more readable than 'maccatalyst'. I renamed the objdump output, but the assembly should match it as well. llvm-svn: 365964
5 lines
136 B
ArmAsm
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
|