[clang] [clang][Darwin] Remove legacy framework search path logic in the frontend (PR #120149)
Ian Anderson via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 13:10:01 PST 2025
================
@@ -8265,6 +8265,11 @@ def internal_externc_isystem : Separate<["-"], "internal-externc-isystem">,
"implicit extern \"C\" semantics; these are assumed to not be "
"user-provided and are used to model system and standard headers' "
"paths.">;
+def internal_iframework : Separate<["-"], "internal-iframework">,
----------------
ian-twilightcoder wrote:
But it's not as straightforward as the paths being added in the particular order, the group matters too. So like if you use ExternCSystem as the group then I think it gets order after System. (Maybe... I'm still experimenting.)
https://github.com/llvm/llvm-project/pull/120149
More information about the cfe-commits
mailing list