[llvm] [dsymutil] Filter our swiftinterface files from the toolchain. (PR #71205)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 3 12:50:26 PDT 2023
================
@@ -167,6 +167,21 @@ void CompileUnit::cleanupDataAfterClonning() {
getOrigUnit().clear();
}
+/// Make a best effort to guess the
+/// Xcode.app/Contents/Developer/Toolchains/ path from an SDK path.
+static SmallString<128> guessToolChainBaseDir(StringRef SysRoot) {
----------------
adrian-prantl wrote:
Yes, see the discussion above. That's out-of-scope for this patch though.
https://github.com/llvm/llvm-project/pull/71205
More information about the llvm-commits
mailing list