[PATCH] D52259: [CUDA] Rearrange search path ordering to fix two test case failures

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 21 06:07:54 PDT 2018


Hahnfeld added a comment.

IMO the current logic makes sense for the end user, prioritizing the environment guess over default paths. I think the tests should be fixed using `--cuda-path-ignore-env`, I remember I added this parameter to fix the failing tests when I wrote the code.


Repository:
  rC Clang

https://reviews.llvm.org/D52259





More information about the cfe-commits mailing list