[all-commits] [llvm/llvm-project] 30dfe0: [CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_...

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Jun 23 23:56:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30dfe016d4259398689dc1be163e0ecc804b5feb
      https://github.com/llvm/llvm-project/commit/30dfe016d4259398689dc1be163e0ecc804b5feb
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    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