rust/src/rustllvm
bors 71a8d313c8 Auto merge of #25627 - murarth:execution-engine-fix, r=nrc
* Removes `RustJITMemoryManager` from public API.
  This was really sort of an implementation detail to begin with.
* `__morestack` is linked to C++ wrapper code and this pointer
  is used when resolving the symbol for `ExecutionEngine` code.
* `__morestack_addr` is also resolved for `ExecutionEngine` code.
  This function is sometimes referenced in LLVM-generated code,
  but was not able to be resolved on Mac OS systems.
* Added Windows support to `ExecutionEngine` API.
* Added a test for basic `ExecutionEngine` functionality.
2015-06-09 04:28:57 +00:00
..
ExecutionEngineWrapper.cpp Changes to LLVM ExecutionEngine wrapper 2015-06-08 16:54:50 -07:00
llvm-auto-clean-trigger updating llvm-auto-clean-trigger too 2015-03-05 12:38:35 +05:30
PassWrapper.cpp LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
README
rustllvm.h Changes to LLVM ExecutionEngine wrapper 2015-06-08 16:54:50 -07:00
RustWrapper.cpp rustc_trans: don't hardcode llvm version for conditional intrinsics 2015-06-07 22:47:00 -04:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.