[all-commits] [llvm/llvm-project] 043cdf: [AIX] Remove POST_BUILD from add_custom_command() ...
Xing Xue via All-commits
all-commits at lists.llvm.org
Thu Oct 16 10:42:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 043cdf0ce6e3a7e5ed54178200da6a5e98df9e00
https://github.com/llvm/llvm-project/commit/043cdf0ce6e3a7e5ed54178200da6a5e98df9e00
Author: Xing Xue <xingxue at outlook.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTAIXUtils.cmake
Log Message:
-----------
[AIX] Remove POST_BUILD from add_custom_command() (#163613)
This PR removes the `POST_BUILD` keyword, which is not supported with
`add_custom_command(OUTPUT)` and causes build failures in newer versions
of CMake.
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