rust/src/test
Alex Crichton 1a367c62cd rustc: Add search paths to dylib load paths
When a syntax extension is loaded by the compiler, the dylib that is opened may
have other dylibs that it depends on. The dynamic linker must be able to find
these libraries on the system or else the library will fail to load.

Currently, unix gets by with the use of rpaths. This relies on the dylib not
moving around too drastically relative to its dependencies. For windows,
however, this is no rpath available, and in theory unix should work without
rpaths as well.

This modifies the compiler to add all -L search directories to the dynamic
linker's set of load paths. This is currently managed through environment
variables for each platform.

Closes #13848
2014-04-29 18:58:39 -07:00
..
auxiliary rustc: Add search paths to dylib load paths 2014-04-29 18:58:39 -07:00
bench Ignore regex tests (regular, cfail and benchmark) on Windows (for now). 2014-04-25 01:37:27 -04:00
codegen
compile-fail test: Add tests for closed issues 2014-04-27 20:35:51 -07:00
debug-info Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
pretty Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-fail Move task::task() to TaskBuilder::new() 2014-04-23 20:02:02 -07:00
run-make test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
run-pass auto merge of #13811 : alexcrichton/rust/closed-issues, r=sfackler 2014-04-27 23:06:41 -07:00
run-pass-fulldeps rustc: Add search paths to dylib load paths 2014-04-29 18:58:39 -07:00