llvm-6502/lib/ExecutionEngine/JIT
Chris Lattner 33306c0b8c Do not look here for elegance.
This fixes the ugly darwin "cannot find symbols starting with __" issue.

Thanks for Owen/resistor for testing this out for me.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18454 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-03 07:16:51 +00:00
..
Intercept.cpp Do not look here for elegance. 2004-12-03 07:16:51 +00:00
JIT.cpp Use System/DynamicLibrary instead of Support/DynamicLinker 2004-11-29 14:11:29 +00:00
JIT.h
JITEmitter.cpp Remove unneeded cast. 2004-12-01 17:13:05 +00:00
Makefile
TargetSelect.cpp