Revert "[ExecutionEngine] Use std::function rather than a function pointer for the...
authorRenato Golin <renato.golin@linaro.org>
Sat, 11 Jul 2015 13:42:48 +0000 (13:42 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sat, 11 Jul 2015 13:42:48 +0000 (13:42 +0000)
commit22af148912c8503e305d1cc8741293686d66b864
tree96cde1b21624be3a72787f7b183ac8e7c0ba7966
parent1e3fa768c015a49badff70981df27cf978f5c199
Revert "[ExecutionEngine] Use std::function rather than a function pointer for the LazyFunctionCreator."

This reverts commit r241962, as it was breaking all ARM buildbots.

It also reverts the two subsequent related commits:

r241974: "[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a warning."

r241973: "[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for r241962."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241983 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp