[PATCH] D87901: [Driver] Filter out <libdir>/gcc and <libdir>/gcc-cross if they do not exists

Dmitry Antipov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 01:10:01 PDT 2020


dmantipov added a comment.

@MaskRay Sure clang does not need to be installed and does not need to be beside GCC. But usually it is, and IMO this is the convenient setup for the most users who are not involved in development of clang itself and probably rely on tools installed as OS vendor's defaults. On my Fedora 32 system, I have /usr/bin/g++ and /usr/bin/clang++ (commonly configured with prefix /usr), clang will look for GCC installation in /usr/lib/gcc/x86_64-redhat-linux, and so.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87901/new/

https://reviews.llvm.org/D87901



More information about the cfe-commits mailing list