[all-commits] [llvm/llvm-project] 142f99: [clang][Driver][test] Fix Driver/solaris-ld.c (#13...
Rainer Orth via All-commits
all-commits at lists.llvm.org
Sun May 4 12:45:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 142f99ad645f9e77dd5adb470e41c55ce6d37b2b
https://github.com/llvm/llvm-project/commit/142f99ad645f9e77dd5adb470e41c55ce6d37b2b
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2025-05-04 (Sun, 04 May 2025)
Changed paths:
M clang/test/Driver/solaris-ld.c
Log Message:
-----------
[clang][Driver][test] Fix Driver/solaris-ld.c (#138466)
`Clang :: Driver/solaris-ld.c` currently `FAIL`s on two buildbots:
[fuchsia-x86_64-linux](https://lab.llvm.org/buildbot/#/builders/11/builds/14369)
and
[llvm-clang-win-x-aarch64](https://lab.llvm.org/buildbot/#/builders/193/builds/7452).
Judging from `linux-ld.c`, all subtests need `-rtlib=platform
--unwindlib=platform` whenever host and target have different `rtlib`
and `unwindlib` defaults, which is what this patch does for
`solaris-ld.c`, too.
Tested on `amd64-pc-solaris2.11`, `sparcv9-sun-solaris2.11`, and
`x86_64-pc-linux-gnu`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list