llvm-6502/lib/ExecutionEngine
NAKAMURA Takumi 37ce5650e6 EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)
On Mingw and Cygwin, the symbol __main is resolved to
callee's(eg. tools/lli) one, to invoke wrong duplicated ctors
(and register wrong callee's dtors with atexit(3)).
We expect, by callee, ExecutionEngine::runStaticConstructorsDestructors()
is called before ExecutionEngine::runFunctionAsMain() is called.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112474 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-30 14:00:29 +00:00
..
Interpreter Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
JIT EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897) 2010-08-30 14:00:29 +00:00
CMakeLists.txt
ExecutionEngine.cpp
ExecutionEngineBindings.cpp Fix indentation. 2010-07-19 09:36:45 +00:00
Makefile