mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
486e47fcb2
This now: * Forces the linker to include the internal definition. * Checks the full output. llvm-svn: 220494
5 lines
69 B
LLVM
5 lines
69 B
LLVM
@bar = global i32()* @foo
|
|
define internal i32 @foo() {
|
|
ret i32 7
|
|
}
|