[clang] [llvm] [Clang][Darwin] Introduce `SubFrameworks` as a SDK default location (PR #115048)
Juergen Ributzka via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 08:45:50 PST 2024
================
@@ -255,16 +255,21 @@ static void stubifyDirectory(const StringRef InputPath, Context &Ctx) {
if (EC)
reportError(IT->path() + ": " + EC.message());
- // Skip header directories (include/Headers/PrivateHeaders) and module
----------------
ributzka wrote:
How is this changing readtapi's behavior?
https://github.com/llvm/llvm-project/pull/115048
More information about the cfe-commits
mailing list