[all-commits] [llvm/llvm-project] 524cee: [flang] Add Clang CMake modules path for Decimal l...

Jonathon Penix via All-commits all-commits at lists.llvm.org
Thu Apr 27 11:06:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 524ceecd89bb7bea79155fdcb5b67dbcd141e614
      https://github.com/llvm/llvm-project/commit/524ceecd89bb7bea79155fdcb5b67dbcd141e614
  Author: Jonathon Penix <jpenix at quicinc.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

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

  Log Message:
  -----------
  [flang] Add Clang CMake modules path for Decimal library

This fixes an error that clang_target_link_libraries is unknown
when building the Decimal library standalone--this is the same
as D149090, just for the Decimal library (vs the runtime).

I was still seeing this error for the Decimal library and didn't
see a corresponding patch--apologies in advance if I missed one
or if this is a duplicate!

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




More information about the All-commits mailing list