[all-commits] [llvm/llvm-project] 36278b: [Flang][RISCV] Emit target features for RISC-V

Shao-Ce SUN via All-commits all-commits at lists.llvm.org
Wed Mar 15 04:39:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36278b735fa193c954bf38c82ca81a5608bc5187
      https://github.com/llvm/llvm-project/commit/36278b735fa193c954bf38c82ca81a5608bc5187
  Author: Shao-Ce SUN <sunshaoce at iscas.ac.cn>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Flang.cpp
    A flang/test/Driver/code-gen-rv64.f90
    A flang/test/Driver/target-cpu-features-invalid.f90
    M flang/test/Driver/target-cpu-features.f90

  Log Message:
  -----------
  [Flang][RISCV] Emit target features for RISC-V

Fix the issue of .o file generated by `Flang`
with `Flags` info is 0x0 under RISC-V.

Reviewed By: awarzynski, kiranchandramohan

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




More information about the All-commits mailing list