mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
2edf94ecda
This now: * Forces the linker to include the internal definition. * Checks the full output. llvm-svn: 220495
6 lines
70 B
LLVM
6 lines
70 B
LLVM
@bar = global i32()* @foo
|
|
|
|
define internal i32 @foo() {
|
|
ret i32 7
|
|
}
|