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.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/version_directive.ll b/llvm/test/CodeGen/X86/version_directive.ll
index 8e4e6dc70e6..ac5eda71dbc 100644
--- a/llvm/test/CodeGen/X86/version_directive.ll
+++ b/llvm/test/CodeGen/X86/version_directive.ll
@@ -1,4 +1,5 @@
; 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
+; RUN: llc -mtriple x86_64-apple-macos10.11.0 -o - /dev/null | FileCheck %s
; CHECK: .macosx_version_min 10, 11
OpenPOWER on IntegriCloud