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 resolve this.
Details
Details
Diff Detail
Diff Detail
Differential D141525
[flang] Fix cmake errors when building the Decimal and runtime libraries standalone jpenix-quic on Jan 11 2023, 11:00 AM. Authored by
Details Currently, cmake gives errors that check_cxx_compiler_flag and append are
Diff Detail |
Isn't include(HandleLLVMOptions) enough given CheckCXXCompilerFlag seems to be already included by HandleLLVMOptions at [1] ?
[1]: https://github.com/llvm/llvm-project/blob/8d3ab9dfc4d49062e045d6d5db419975b81da7e4/llvm/cmake/modules/HandleLLVMOptions.cmake#L13