repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
macho-comdat.ll
blob
60560470ed5be38532d75c5669a4cf6276851ad8
1
; RUN: not llc -mtriple x86_64-apple-darwin < %s 2> %t
2
; RUN: FileCheck < %t %s
3
4
$f = comdat any
5
@v = global i32 0, comdat($f)
6
; CHECK: LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered.