[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] NFCI: Clean up `CompilerInstance::create{File, Source}Manager()` (PR #160748)

Jan Svoboda via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 26 11:34:45 PDT 2025


jansvoboda11 wrote:

> There is an additional reference to this function in polly
> 
> https://github.com/llvm/llvm-project/blob/d48bda5421c5af9baa5bc98ba4e3a453937ff96a/polly/lib/External/isl/interface/extract_interface.cc#L550

I'm not sure what to do with these TBH. That file seems to be trying to be compatible with multiple Clang versions, using `#ifdef`s to call the right APIs in each version. I guess I'll CC @Meinersbur for the guidance here.

https://github.com/llvm/llvm-project/pull/160748


More information about the lldb-commits mailing list