[all-commits] [llvm/llvm-project] d47565: [CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Apr 26 23:19:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d47565ed62a383175ebb5cb5733f169d72715253
https://github.com/llvm/llvm-project/commit/d47565ed62a383175ebb5cb5733f169d72715253
Author: Petr Hosek <phosek at google.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
Log Message:
-----------
[CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_OPTIONS
This avoids the need for string-ification and lets CMake deduplicate
potentially duplicate flags.
Differential Revision: https://reviews.llvm.org/D122750
More information about the All-commits
mailing list