[all-commits] [llvm/llvm-project] 0fcc9f: [CMake] Support using precompiled headers with cca...
Kajetan Puchalski via All-commits
all-commits at lists.llvm.org
Thu Apr 24 08:09:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fcc9ffafd35e4567e6bc90f46b8c75f501dddf9
https://github.com/llvm/llvm-project/commit/0fcc9ffafd35e4567e6bc90f46b8c75f501dddf9
Author: Kajetan Puchalski <kajetan.puchalski at arm.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M flang/CMakeLists.txt
M llvm/CMakeLists.txt
Log Message:
-----------
[CMake] Support using precompiled headers with ccache in flang (#136856)
In order for precompiled headers to work with ccache, a specific flag
needs to be passed to the compiler and ccache's sloppiness configuration
option needs to be set appropriately.
Due to issues with configuring CMake on certain Windows platforms, set
the required ccache option only on non-Windows systems for the time
being.
-----
Signed-off-by: Kajetan Puchalski <kajetan.puchalski at arm.com>
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