repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
macho-comdat.ll
blob
c96212127dba1fe2ee3d27bb559f5001598e9f7e
1
; RUN: not --crash 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.