diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/macCatalyst.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/macCatalyst.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/macCatalyst.ll b/llvm/test/CodeGen/X86/macCatalyst.ll new file mode 100644 index 00000000000..190c467e93d --- /dev/null +++ b/llvm/test/CodeGen/X86/macCatalyst.ll @@ -0,0 +1,3 @@ +; RUN: llc %s -o - | FileCheck %s +target triple="x86_64-apple-ios13.0-maccatalyst" +; CHECK: .build_version maccatalyst, 13, 0 |