aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasSetTracker.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-08-30 14:00:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-08-30 14:00:29 +0000
commit80d14cc6b1263fe7b6331e6e9e9fa9626622e0ec (patch)
treec715f2f58d8e161f2c1a7ce9cb39901cabea4377 /lib/Analysis/AliasSetTracker.cpp
parent0a28173dc7798278adbed17582a92095008d59a6 (diff)
downloadexternal_llvm-80d14cc6b1263fe7b6331e6e9e9fa9626622e0ec.zip
external_llvm-80d14cc6b1263fe7b6331e6e9e9fa9626622e0ec.tar.gz
external_llvm-80d14cc6b1263fe7b6331e6e9e9fa9626622e0ec.tar.bz2
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
Diffstat (limited to 'lib/Analysis/AliasSetTracker.cpp')
0 files changed, 0 insertions, 0 deletions