Specify that the thumb setend and blx <immed> instructions are not valid on an m...
[oota-llvm.git] / test / Verifier / comdat.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3 $v = comdat any
4 @v = common global i32 0, comdat $v
5 ; CHECK: 'common' global may not be in a Comdat!