File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
compiler/rustc_metadata/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ pub fn walk_native_lib_search_dirs<R>(
54
54
// The targets here should be in sync with `copy_third_party_objects` in bootstrap.
55
55
// FIXME: implement `-Clink-self-contained=+/-unwind,+/-sanitizers`, move the shipped libunwind
56
56
// and sanitizers to self-contained directory, and stop adding this search path.
57
+ // FIXME: On AIX this also has the side-effect of making the list of library search paths
58
+ // non-empty, which is needed or the linker may decide to record the LIBPATH env, if
59
+ // defined, as the search path instead of appending the default search paths.
57
60
if sess. target . vendor == "fortanix"
58
61
|| sess. target . os == "linux"
59
62
|| sess. target . os == "fuchsia"
You can’t perform that action at this time.
0 commit comments