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

Haojian Wu via All-commits all-commits at lists.llvm.org
Wed Aug 17 23:29:53 PDT 2022


  Branch: refs/heads/release/15.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 67ea7a1b114f0168ad97de747440b88e7a984540
      https://github.com/llvm/llvm-project/commit/67ea7a1b114f0168ad97de747440b88e7a984540
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2022-08-18 (Thu, 18 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

(cherry picked from commit bcb2740f415b0f825402f656dda3271414121a0e)


  Commit: 0334c1ac1b029a4191f16d2fc19360bb15728571
      https://github.com/llvm/llvm-project/commit/0334c1ac1b029a4191f16d2fc19360bb15728571
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

  Changed paths:
    M clang-tools-extra/clangd/InlayHints.cpp
    M clang-tools-extra/clangd/unittests/InlayHintTests.cpp

  Log Message:
  -----------
  [clangd] Fix an inlay-hint crash on a broken designator.

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

(cherry picked from commit 06b97b4985ad0415f6cde4baad2bc7d73b456244)


Compare: https://github.com/llvm/llvm-project/compare/af3707c3b89f...0334c1ac1b02


More information about the All-commits mailing list