rust/src/librustc_trans
Alex Crichton 847c8520b1 rustc_llvm: Don't export constants across dlls
For imports of constants across DLLs to work on Windows it *requires* that the
import be marked with `dllimport` (unlike functions where the marker is
optional, but strongly recommended). This currently isn't working for importing
FFI constants across boundaries, however, so the one constant exported from
`rustc_llvm.dll` is now a function to be called instead.
2015-05-19 10:53:07 -07:00
..
back rustc_trans: Add MSVC linker support 2015-05-19 10:53:06 -07:00
save Update old uses of ~ in comments and debugging statements 2015-05-03 20:16:02 -04:00
trans rustc_llvm: Don't export constants across dlls 2015-05-19 10:53:07 -07:00
lib.rs rustc_trans: Abstract linker support behind a trait 2015-05-12 14:50:36 -07:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.