[all-commits] [llvm/llvm-project] bcb274: [flang] Add Solaris/x86 support to Optimizer/CodeG...

rorth via All-commits all-commits at lists.llvm.org
Wed Aug 17 02:55:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcb2740f415b0f825402f656dda3271414121a0e
      https://github.com/llvm/llvm-project/commit/bcb2740f415b0f825402f656dda3271414121a0e
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/Target.cpp

  Log Message:
  -----------
  [flang] Add Solaris/x86 support to Optimizer/CodeGen/Target.cpp

When testing LLVM 15.0.0 rc1 on Solaris, I found that 50+ flang tests
`FAIL`ed with

  error:
/vol/llvm/src/llvm-project/local/flang/lib/Optimizer/CodeGen/Target.cpp:310:
not yet implemented: target not implemented

This patch fixes that for Solaris/x86, where the fix is trivial (just
handling it like the other x86 OSes).

Tested on `amd64-pc-solaris2.11`; only a single failure remains now.

Differential Revision: https://reviews.llvm.org/D131054




More information about the All-commits mailing list