summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/version_directive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/version_directive.ll')
-rw-r--r--llvm/test/CodeGen/X86/version_directive.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/version_directive.ll b/llvm/test/CodeGen/X86/version_directive.ll
new file mode 100644
index 00000000000..8e4e6dc70e6
--- /dev/null
+++ b/llvm/test/CodeGen/X86/version_directive.ll
@@ -0,0 +1,4 @@
+; RUN: llc -mtriple x86_64-apple-darwin15.0.0 -o - /dev/null | FileCheck %s
+; RUN: llc -mtriple x86_64-apple-macosx10.11.0 -o - /dev/null | FileCheck %s
+
+; CHECK: .macosx_version_min 10, 11
OpenPOWER on IntegriCloud