1*9880d681SAndroid Build Coastguard Worker; RUN: not llc -mtriple x86_64-apple-darwin < %s 2> %t 2*9880d681SAndroid Build Coastguard Worker; RUN: FileCheck < %t %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker$f = comdat any 5*9880d681SAndroid Build Coastguard Worker@v = global i32 0, comdat($f) 6*9880d681SAndroid Build Coastguard Worker; CHECK: LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered. 7