This is the bare minimum needed to dump ClangASTContexts via lldb-test.
Within the first 10 seconds of using this, I already found a bug. A FIXME note and repro is included in the comments in this patch.
With this, it should be possible to do deep testing of otherwise difficult to test scenarios involving ClangASTContext.
It's unclear to me why PC-rel and 32-bit abs rel are not handled, but the error is really misleading.
Even if we don't expect them, we should just throw an error gracefully.