6 lines · plain
1; RUN: not opt --mtriple powerpc64-unknown-aix < %s -passes=embed-bitcode -S 2>&1 | FileCheck %s2 3@a = global i32 14 5; CHECK: LLVM ERROR: EmbedBitcode pass currently only supports ELF object format6 1; RUN: not opt --mtriple powerpc64-unknown-aix < %s -passes=embed-bitcode -S 2>&1 | FileCheck %s2 3@a = global i32 14 5; CHECK: LLVM ERROR: EmbedBitcode pass currently only supports ELF object format6