repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
EmbedBitcode
/
embed-multiple.ll
blob
32a7fbe2fd8ce3f0b8f67c78ad1571cf4b4309d2
1
; RUN: not opt --mtriple x86_64-unknown-linux-gnu < %s -passes=embed-bitcode -S 2>&1 | FileCheck %s
2
3
@a = global i32 1
4
@llvm.embedded.module = private constant [4 x i8] c"BC\C0\DE"
5
6
; CHECK: LLVM ERROR: Can only embed the module once