rust/src/rustllvm
Alex Crichton 40570eb49e rustc_llvm: Expose setting more DLL storage classes
Currently only `dllexport` is used, but more integration will require using
`dllimport` as well.
2015-05-12 14:50:36 -07:00
..
ExecutionEngineWrapper.cpp LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -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 LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
RustWrapper.cpp rustc_llvm: Expose setting more DLL storage classes 2015-05-12 14:50:36 -07:00

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