blob: ca04f496c8a409ef8d4917630a2fa3ce1601f8aa (
plain)
1
2
3
4
5
|
; 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 ELF object format
|