[all-commits] [llvm/llvm-project] 4921b0: [clang][Driver][CUDA] Get rid of unused LibPath

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Thu Jan 12 01:36:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4921b0a285ace77b7a3d5b9502b8602134daee0d
      https://github.com/llvm/llvm-project/commit/4921b0a285ace77b7a3d5b9502b8602134daee0d
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h

  Log Message:
  -----------
  [clang][Driver][CUDA] Get rid of unused LibPath

LibPath discovered during InstallationDetection wasn't used anywhere.
Moreover it actually resulted in discarding installations that don't have any
`/lib` directory.

This is causing troubles for our pipelines downstream, that want to perform
syntax-only analysis on the sources.

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




More information about the All-commits mailing list