1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Linker/Inputs/2003-01-30-LinkerRename.ll
Rafael Espindola 486e47fcb2 Make this test a bit stricter.
This now:
* Forces the linker to include the internal definition.
* Checks the full output.

llvm-svn: 220494
2014-10-23 18:44:07 +00:00

5 lines
69 B
LLVM

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