1
Fork 0

[AIX] handle libunwind native_libs

AIX should follow a similar path here to other libunwind platforms, with regards to system vs in-tree libunwind and the native lib search directories
This commit is contained in:
David Tenty 2024-11-07 16:52:55 -05:00
parent fe43131683
commit 2ade671b4f
2 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ pub fn walk_native_lib_search_dirs<R>(
if sess.target.vendor == "fortanix"
|| sess.target.os == "linux"
|| sess.target.os == "fuchsia"
|| sess.target.is_like_aix
|| sess.target.is_like_osx && !sess.opts.unstable_opts.sanitizer.is_empty()
{
f(&sess.target_tlib_path.dir, false)?;