aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/macho-comdat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/macho-comdat.ll')
-rw-r--r--test/CodeGen/X86/macho-comdat.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/X86/macho-comdat.ll b/test/CodeGen/X86/macho-comdat.ll
new file mode 100644
index 0000000..3c2d997
--- /dev/null
+++ b/test/CodeGen/X86/macho-comdat.ll
@@ -0,0 +1,6 @@
+; RUN: not llc -mtriple x86_64-apple-darwin < %s 2> %t
+; RUN: FileCheck < %t %s
+
+$f = comdat any
+@v = global i32 0, comdat $f
+; CHECK: LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered.