1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/tools/gold/X86/Inputs/pr19901-1.ll
Rafael Espindola 94926ff708 Split the gold tests into X86 and PowerPC directories.
Patch by Than McIntosh!

llvm-svn: 246328
2015-08-28 20:33:56 +00:00

5 lines
95 B
LLVM

target triple = "x86_64-unknown-linux-gnu"
define linkonce_odr hidden void @f() {
ret void
}