1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Linker/Inputs/2003-05-31-LinkerRename.ll
Rafael Espindola 2edf94ecda Make this test a bit stricter.
This now:
* Forces the linker to include the internal definition.
* Checks the full output.

llvm-svn: 220495
2014-10-23 18:52:46 +00:00

6 lines
70 B
LLVM

@bar = global i32()* @foo
define internal i32 @foo() {
ret i32 7
}