1*75a17970SPaul Kirth; RUN: not opt --mtriple powerpc64-unknown-aix < %s -passes=embed-bitcode -S 2>&1 | FileCheck %s 2*75a17970SPaul Kirth 3*75a17970SPaul Kirth@a = global i32 1 4*75a17970SPaul Kirth 5*75a17970SPaul Kirth; CHECK: LLVM ERROR: EmbedBitcode pass currently only supports ELF object format 6