Sign in
llvm
/
llvm-project
/
e14b11b74dcafea1e2a71b9788b85b34ab4cf1e6
/
.
/
llvm
/
test
/
Transforms
/
EmbedBitcode
/
embed-unsupported-object-format.ll
blob: 49cbe243a8d6ea4d4119c0fb1a6118ea36f22df7 [
file
]
; RUN: not opt --mtriple powerpc64-unknown-aix < %s -passes=embed-bitcode -S 2>&1 | FileCheck %s
@a
=
global
i32
1
; CHECK: LLVM ERROR: EmbedBitcode pass currently only supports COFF and ELF object formats