[all-commits] [llvm/llvm-project] 2b49d3: [flang][cmake] Separate FLANG_INCLUDE_TOOLS from F...
parabola94 via All-commits
all-commits at lists.llvm.org
Thu Jul 3 07:46:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b49d36c081f4557cb17d176e17269c2c8843243
https://github.com/llvm/llvm-project/commit/2b49d36c081f4557cb17d176e17269c2c8843243
Author: parabola94 <heavybaby5000 at toki.waseda.jp>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M flang/CMakeLists.txt
Log Message:
-----------
[flang][cmake] Separate FLANG_INCLUDE_TOOLS from FLANG_BUILD_TOOLS (#145005)
If we disable `FLANG_BUILD_TOOLS`, not only building the tools but also
generating the targets for them is skipped now. On the other hand, llvm
separates them into `LLVM_BUILD_TOOLS` and `LLVM_INCLUDE_TOOLS`.
This patch introduces `FLANG_INCLUDE_TOOLS` for the distinction.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list