unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enable-shared.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Nov 2011 08:30:43 +0000 (08:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Nov 2011 08:30:43 +0000 (08:30 +0000)
commit94d80da4a0e84ab95e8855f97110317586500cf5
treedcb5d731d56ae578de17941fa0293c5eaf58cc96
parent0a15035f523a13177b83463779c8b07d8e2873ed
unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enable-shared.

getPointerToNamedFunction might be indirect jump on Win32 --enable-shared.
FF 25 <disp32>: jmp *(pointer to IAT)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144178 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/JIT/MultiJITTest.cpp