[clang] [clang][Darwin] Remove legacy framework search path logic in the frontend (PR #138234)

Ian Anderson via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 10:57:15 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list