[all-commits] [llvm/llvm-project] 7ce775: [flang] Fix cmake errors when building the Decimal...

Jonathon Penix via All-commits all-commits at lists.llvm.org
Fri Jan 13 12:05:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ce775feac15bcb8a7b499bdb5e1c355347a710f
      https://github.com/llvm/llvm-project/commit/7ce775feac15bcb8a7b499bdb5e1c355347a710f
  Author: Jonathon Penix <jpenix at quicinc.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M flang/lib/Decimal/CMakeLists.txt
    M flang/runtime/CMakeLists.txt

  Log Message:
  -----------
  [flang] Fix cmake errors when building the Decimal and runtime libraries standalone

Currently, cmake gives errors that check_cxx_compiler_flag and append are
unknown when building the Decimal and runtime libraries standalone. Add
the appropriate include to resolve this.

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




More information about the All-commits mailing list