Looks like this change requires a fix in lldb:
commit 16b97825c5c0fc1aa5da7caa355e611695325370
Author: Alp Toker <alp@nuanti.com>
SourceManager: Use setMainFileID() consistently
Eliminate createMainFileID() / createMainFileIDForMemBuffer() utility
functions. These didn’t add much convenience and conflated two distinct
operations.
This change makes things easier to follow by providing a consistent interface
and getting rid of a bunch of cast-to-voids.
I’ll start looking at this in a few moments. If somebody is already working on a fix, let me know.