[all-commits] [llvm/llvm-project] b389fb: [flang] Add Win32 to the list of supported triples

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Wed Feb 16 13:47:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b389fbd015955b96a88adeef75b6ef6af40461e5
      https://github.com/llvm/llvm-project/commit/b389fbd015955b96a88adeef75b6ef6af40461e5
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/Target.cpp
    M flang/test/Fir/basic-program.fir

  Log Message:
  -----------
  [flang] Add Win32 to the list of supported triples

This patch adds Win32 to the list of supported triples in
`fir::CodeGenSpecifics`. This change means that we can use the "native"
triple, even when running tests on Windows. Currently this affects only
1 test, but it will change once we start adding more tests for lowering
and code-generation.

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




More information about the All-commits mailing list