llvm-6502/lib/ExecutionEngine
Chandler Carruth 80d9e07262 Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
a bit more sinister as the memset doesn't do what the constructor does.
There seems to be a cleaner solution than a cast here though, instead we
can point the memset destination into the union its actually trying to
clear.

An alternative is to point to the Untyped member of this union. Review
appreciated, and if that is cleaner I'm happy to switch. All of these
should be functionally equivalent to the original code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130395 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-28 08:37:18 +00:00
..
Interpreter Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
JIT Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
MCJIT 80-col fix. 2011-04-22 03:07:06 +00:00
RuntimeDyld MCJIT lazy relocation resolution and symbol address re-assignment. 2011-04-12 21:20:41 +00:00
CMakeLists.txt Build the new RuntimeDyld library. 2011-03-21 23:07:53 +00:00
ExecutionEngine.cpp Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears 2011-04-28 08:37:18 +00:00
ExecutionEngineBindings.cpp Fix indentation. 2010-07-19 09:36:45 +00:00
Makefile Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00