[PATCH] D40453: Add the nvidia-cuda-toolkit Debian package path to search path
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 15:21:04 PST 2017
tra requested changes to this revision.
tra added a comment.
This revision now requires changes to proceed.
I'm reluctant to add a distribution-specific search path unconditionally.
We do have Distro.IsDebian() https://github.com/llvm-mirror/clang/blob/9f9177d3ef72580ca29e8844327f63d7aa1908af/include/clang/Driver/Distro.h#L112
Adding distribution-specific path for particular distribution would be fine with me.
https://reviews.llvm.org/D40453
More information about the cfe-commits
mailing list