diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2023-03-24 14:24:07 +0100 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2023-03-24 14:24:07 +0100 |
commit | 65c4aceb735b02c656ec76d1037d5071e1b3da5e (patch) | |
tree | aa8141454caf0ac204531583cae4ed62ebe28e56 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 84717a78a3482a4d969c3e4fd9196f86a6870c7d (diff) | |
download | llvm-65c4aceb735b02c656ec76d1037d5071e1b3da5e.zip llvm-65c4aceb735b02c656ec76d1037d5071e1b3da5e.tar.gz llvm-65c4aceb735b02c656ec76d1037d5071e1b3da5e.tar.bz2 |
[flang][Driver] Fix lto-flags.f90 on Solaris
The `Flang :: Driver/lto-flags.f90` test `FAIL`s on Solaris:
/vol/llvm/src/llvm-project/dist/flang/test/Driver/lto-flags.f90:30:13: error: THIN-LTO: expected string not found in input
! THIN-LTO: "-plugin-opt=thinlto"
^
This is no wonder since the native Solaris `ld` doesn't support the linker
plugin interface at all, so this patch marks the test as `UNSUPPORTED`.
Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.
Differential Revision: https://reviews.llvm.org/D146807
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions