[all-commits] [llvm/llvm-project] 43d90f: [libc] Only add extra runtime dependencies if the ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Apr 5 13:31:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43d90f3056f91198169505eb2c8ccf47f384b877
      https://github.com/llvm/llvm-project/commit/43d90f3056f91198169505eb2c8ccf47f384b877
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M libc/cmake/modules/prepare_libc_gpu_build.cmake
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [libc] Only add extra runtime dependencies if the target exists

Summary:
If the target for these tools doesn't exist we should simply assume that
they will be provided externally. This allows building `libc` standalone
with an external installation of `clang`.




More information about the All-commits mailing list