================
@@ -1,13 +0,0 @@
-// RUN: %clang -cc1 -fcuda-is-device -isysroot /var/empty \
----------------
ian-twilightcoder wrote:

We don't need it because the `ignoring nonexistent directory` are no longer 
produced. Those paths get pruned before they reach the HeaderSearch now. The 
old code unconditionally added those directly, the new code goes through the 
cc1 arguments and those get checked if they exist before they're added to the 
HeaderSearch.

https://github.com/llvm/llvm-project/pull/138234
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to