[all-commits] [llvm/llvm-project] b18cb9: [Gnu toolchain] Look at standard GCC paths for lib...

Kristina Brooks via All-commits all-commits at lists.llvm.org
Sun Jan 5 13:48:02 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b18cb9c4716677b048a88125be14d59a56865b9c
      https://github.com/llvm/llvm-project/commit/b18cb9c4716677b048a88125be14d59a56865b9c
  Author: Kristina Brooks <notstina at gmail.com>
  Date:   2020-01-05 (Sun, 05 Jan 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Hurd.h
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h

  Log Message:
  -----------
  [Gnu toolchain] Look at standard GCC paths for libstdcxx by default

Linux' current addLibCxxIncludePaths and addLibStdCxxIncludePaths
are actually almost non-Linux-specific at all, and can be reused
almost as such for all gcc toolchains. Only keep
Android/Freescale/Cray hacks in Linux's version.

Patch by sthibaul (Samuel Thibault)

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




More information about the All-commits mailing list