llvm-6502/lib/ExecutionEngine
Bill Wendling 091fc4b556 Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been
emitted or not. The JIT doesn't set that. Look it up in the label location table
instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101686 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-18 00:56:05 +00:00
..
Interpreter rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:41 +00:00
JIT Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been 2010-04-18 00:56:05 +00:00
CMakeLists.txt
ExecutionEngine.cpp rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:41 +00:00
ExecutionEngineBindings.cpp Add Module functions in place of module providers. 2010-03-02 23:58:54 +00:00
Makefile