[all-commits] [llvm/llvm-project] 8ccde9: [CMake][compiler-rt] Support clang-cl in CompilerR...

Tobias Hieta via All-commits all-commits at lists.llvm.org
Fri Feb 10 05:33:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ccde9368f94f7402129e6e61a02d7863f2b6283
      https://github.com/llvm/llvm-project/commit/8ccde9368f94f7402129e6e61a02d7863f2b6283
  Author: Tobias Hieta <tobias at hieta.se>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake

  Log Message:
  -----------
  [CMake][compiler-rt] Support clang-cl in CompilerRTMockLLVMCMakeConfig

clang-cl doesn't support -dumpmachine directly, so we need to
preface it with /clang: in order to get this probing function
to work.

This is needed in order to run cmake directly on the runtimes
directory.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D143557




More information about the All-commits mailing list