MS inline asm: Hide symbol to attempt to fix test failure on darwin

If the symbol comes from an external DSO, it apparently requires
indirection through a register.

llvm-svn: 214571
This commit is contained in:
Reid Kleckner 2014-08-01 21:54:37 +00:00
parent 323f635bbe
commit 9e05075d55

View File

@ -126,7 +126,7 @@ entry:
; CHECK: ret
}
declare void @other_func()
declare hidden void @other_func()
define void @naked() #0 {
call void asm sideeffect inteldialect "call dword ptr $0", "*m,~{eax},~{ebx},~{ecx},~{edx},~{edi},~{esi},~{esp},~{ebp},~{dirflag},~{fpsr},~{flags}"(void()* @other_func)