bolt/deps/llvm-18.1.8/llvm/test/Transforms/EmbedBitcode/embed-multiple.ll
2025-02-14 19:21:04 +01:00

6 lines
234 B
LLVM

; RUN: not opt --mtriple x86_64-unknown-linux-gnu < %s -passes=embed-bitcode -S 2>&1 | FileCheck %s
@a = global i32 1
@llvm.embedded.module = private constant [4 x i8] c"BC\C0\DE"
; CHECK: LLVM ERROR: Can only embed the module once