[all-commits] [llvm/llvm-project] 6951ce: [flang] Allow all OSes in fir::CodeGenSpecifics::get

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Oct 24 22:45:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6951cec6ce70e4135ea7b42f3855de14bcd3702b
      https://github.com/llvm/llvm-project/commit/6951cec6ce70e4135ea7b42f3855de14bcd3702b
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

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

  Log Message:
  -----------
  [flang] Allow all OSes in fir::CodeGenSpecifics::get

This allows all ELF operating systems to use target specifics tuned for Linux,
since they use mostly the same ABIs. If some triples are to excluded, it's
better done at the driver layer.

Reviewed By: emaste

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




More information about the All-commits mailing list