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
- Repository
- rG LLVM Github Monorepo
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