]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/CodeGen/X86/macho-comdat.ll
[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP memory folding + tests.
[opencl/llvm.git] / test / CodeGen / X86 / macho-comdat.ll
1 ; RUN: not llc -mtriple x86_64-apple-darwin < %s 2> %t
2 ; RUN: FileCheck < %t %s
4 $f = comdat any
5 @v = global i32 0, comdat($f)
6 ; CHECK: LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered.