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>(
5454 // The targets here should be in sync with `copy_third_party_objects` in bootstrap.
5555 // FIXME: implement `-Clink-self-contained=+/-unwind,+/-sanitizers`, move the shipped libunwind
5656 // 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.
5760 if sess. target . vendor == "fortanix"
5861 || sess. target . os == "linux"
5962 || sess. target . os == "fuchsia"
You can’t perform that action at this time.
0 commit comments